|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Thursday, October 25, 2012 9:18 AM
Points: 522,
Visits: 493
|
|
The other thing to bear in mind is how often you are capturing the data. I've read guides where its recommended to change the default value of how big the interval is (in seconds) from 1 second to 1 minute, up to around 10 minutes per 'scan'.
Also for a list of all specific counters for SQL2005 use the Dynamic Management View: sys.dm_os_performance_counters
This will however use counters for each DB on the server in question (so you could end up with quite a few!)
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Thursday, February 07, 2013 5:10 AM
Points: 54,
Visits: 194
|
|
Hi All,
I was looking for the same Answer and I Found something really Helpful Kindly go through the Following once and I m Sure woudl be a Good Learning for Starters  
http://www.sqlservercentral.com/articles/Administration/performancemonitoringbasiccounters/1348/#waittime
|
|
|
|