number of users connected to a SQL Database

  • Thread starter Thread starter E. W via DotNetMonster.com
  • Start date Start date
E

E. W via DotNetMonster.com

Hi all,
is it possible to get the numer of users, who are connected at the same time
to the specified SQL Database and how do I get this Information?
thanks
EW
 
....Or use the PerformanceCounter provider in Windows. It reports a TON of
information about SQL including of course concurrent users. I actually
develop on a package that does this if you have a need to do it for the
enterprise. http://www.CanyonNetworks.net .

Craig
 
Thank you, it seems to fit my needs if hostname is the PC-name of the
connected user.
Your english is as good as mine, I am german.
EW
 
Back
Top