I'm looking for a way to get a list with the names of all the sql server connections currently opened on the server/pc. If it's possible please send me the hint.
Thanks!
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.
vivek kulkarniPosted Mar 17, 2009, 12:05 PM
Hi,
You can use sp_who or query the
master.dbo.sysprocesses table.
Thank you,