SQL Server 2008 R2 Enterprise/standard
Hi guys.
Performance counters.
Windows provides PerfMon to monitor server performance, including SQL Server.
I would like to use the counters available to be collected in SQL Sever and then analyzed with reporting Services.
I Have learnd that ther is the DMV sys.dm_os_performance_counters, but limited only to SQL Server counter. I would like to have also disk and other counters for better monitoring.
How can I create a job (or something similar) allowing me to collect as many counters (all counters available) as I need into SQL Server for futher analysis?
Many thanks