views:

2649

answers:

2

Greetings all,

I need to get a log of user access to our SQL Server so I can track average and peak concurrency usage. Is there a hidden table or something I'm missing that has this information for me? To my knowledge the application I'm looking at does not track this at the application level.

I'm currently working on SQL Server 2000, but will moving to 2005 shortly, so solutions for both are greatly appreciated.

+3  A: 

In SQL Server 2005, go to tree view on the left and select Server (name of the actual server) > Management > Activity Monitor. Hope this helps.

Bryan Roth
+4  A: 
SQLMenace