What to monitor on MSSQL Server
Posted
by user361434
on Stack Overflow
See other posts from Stack Overflow
or by user361434
Published on 2010-06-08T13:58:48Z
Indexed on
2010/06/08
14:02 UTC
Read the original article
Hit count: 295
Hi all
I have been asked to monitor MSSQL Server (2005 & 2008) and am wondering what are good metrics to look at? I can access WMI counters but am slightly lost as to how much depth is going to be useful.
Currently I have on my list:
user connections logins per second latch waits per second total latch wait time dead locks per second errors per second Log and data file sizes
I am looking to be able to monitor values that will indicate a degradation of performance on the machine or a potential serious issue. To this end I am also wondering at what values some of these things would be considered normal vs problematic?
As I reckon it would probably be a really good question to have answered for the general community I thought i'd court some of you DBA experts out there (I am certainly not one of them!)
Apologies if a rather open ended question. Ry
© Stack Overflow or respective owner