Viewing post 1 (of 1 total)
Hi, maybe this can help:
SELECTdb_name(dbid) AS DB,
count(dbid) AS Connections,
loginame AS LoginName
FROMsys.sysprocesses
GROUP BY dbid, loginame
ORDER BY DB
September 15, 2014 at 7:27 am
#1745472