Generate a report to check the total number of concurrent users logged to the SQL Server system

  • Hi To All,

    I would like to know I have to make a statistics to check the total number of concurrent users logged to the System. I have ran the performance monitor and choosen the "user Connection" counter under SQl Server general statistics.

    Inaddition to this I have also ran a Query " Select * from sysprocesses" to knwo the exact number of users..

    I would like to know is there anything else I can do to find out the best optimum result for finding the number of users concurrently logged.

    Any help for thsi issue would be much apprecaited.

    Thanks

    Ansh

  • You could also look at master..sysperfinfo

    This allows you to retrieve the value of some performance counters programmatically.

  • You can also check out sp_who2

    Cheers, Max

    Check-out free open-source utility Sql Server Replication Explorer[/url]

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply