Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3300970
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T20:42:31+00:00 2026-05-17T20:42:31+00:00

i have an access front end and sql server backend. i would like to

  • 0

i have an access front end and sql server backend. i would like to know which users are currently using the database. is this possible to do using access or sql-server?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T20:42:31+00:00Added an answer on May 17, 2026 at 8:42 pm

    In SQL Server, you can run this stored procedure:

    sp_who2
    

    EDIT:

    You can use this query if you want to see who is using your server at any given time. This will allow you to further filter at will.

    SELECT
        SessionId           = ses.session_id
        ,[Database]    = DB_Name(er.database_id)
        ,[Login]            = ses.login_name
        ,Host               = ses.host_name
        ,StartTime          = er.start_time
        ,ClientAddress      = con.client_net_address
        ,SQLStatement       = st.text
    FROM sys.dm_exec_requests er
    OUTER APPLY sys.dm_exec_sql_text(er.sql_handle) st
    LEFT JOIN sys.dm_exec_sessions ses ON ses.session_id = er.session_id
    LEFT JOIN sys.dm_exec_connections con ON con.session_id = ses.session_id
    WHERE ses.is_user_process = 0x1
    AND ses.session_id != @@SPID
    ORDER BY
        ses.session_id
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an MS-Access 2007 front end. I will have multiple users on it.
I have an application with the front end in Access 2007 (Access 2000 file)
I usually make applications with the front end in Access 2003 - 2007 and
OK, so at the mo we have an MS Access database sat on our
I would like some advice on the best approach for transferring DB data from
I have been tasked at re-creating an MS Access calendar in a winforms C#
We have a security problem here and we really need your help and inputs.
I am in the planning phases of building a new ASP.NET website. The website
I am planning to create a Sharepoint Timer Job and configure it to run

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.