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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
In SQL Server, you can run this stored procedure:
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.