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 access front end. the backend is a sql server database. can
i have an access front end for a sql server database my question is:
I have a SQL Server 2008 database with an Access front-end. My problem is
I am using Access 2007 (VBA - adp) front end with a SQL Server
We have an access front-end tied to a sql server 2005 back end. We
i have a front end in access and back end is sql server 2008
access is the front end and sql server 2008 is the backend i am
I have a few ASP.Net database front-end websites where MS Access is the back-end.
i have a split front-end and back-end access database. i am planning to move
I have an MS-Access 2007 front end. I will have multiple users on it.

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.