Hi friends,
I want to know that How can we find out how many users are currently logged into the database? How can we find their operating system id?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pravin MorePosted Dec 19, 2011, 2:08 AM
exec sp_helpuser
execute it in Sql server,this stored procedure will return all details of currently logged users.
Thanks
Pravin.