number of users connected to a SQL Database

  • Thread starter E. W via DotNetMonster.com
  • 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
 
C

Craig Scheets

....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
 
E

E. W via DotNetMonster.com

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top