August 19, 2009 at 6:25 am
Is there a command (like a SELECT) to show all conected users?
Example: SELECT LOGGED_USERS .....
Result:
sa
user1
administration
etc.
August 19, 2009 at 6:51 am
try using
sp_who2
September 10, 2009 at 3:19 am
select * from sys.dm_exec_sessions
September 11, 2009 at 9:21 am
SELECT * FROM sys.dm_exec_connections
SELECT * FROM sys.dm_exec_sessions
SELECT * FROM sys.dm_exec_requests
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy