Hi Kevin,
Thanks for the great post. Is there a way to combine the "Data File(s) Size (KB)" and the "Log File(s) Size (KB)" counters into one rule to get a more accurate data point for a databases size?
Hi Kevin,
Thanks for the great post. Is there a way to combine the "Data File(s) Size (KB)" and the "Log File(s) Size (KB)" counters into one rule to get a more accurate data point for a databases size?
Kevin,
Any word about collecting DMV data?
Kevin,
Something like this:
Find Most Expensive Queries Using DMV
blog.sqlauthority.com/.../sql-server-find-most-expensive-queries-using-dmv
Generate alert is total_logical_reads exceed certain threshold.
It’s doable using SQL jobs easily.
Interesting to bring data into SCOM and correlate with something else to avoid false positives.
Mhm this didn't work for me. Is there something like an error log? I see no counters in my performance view. I have an English SCOM Server and a German SQL Server 2005, is this a Problem? I also tried it with with the German Objectname ("Datenbanken instead of Databases") and Countername("Größe der Datendatei(en) (KB)" instead of "Data File(s) Size (KB)"), but it wont work. It would be helpful if there is something like an error log,... eventually somebody here got an idea.
I am using SCOM 2012 facing problem in performance counter monitoring, Problem is when performance counter is deleted SCOM console still shows healthy sate for that object.
I am using System.Performance.ThresholdMonitorType to monitor the performance counter.