How to automatically start the perfmon on SQL Server cluster active node
Posted
by Jlamber
on Server Fault
See other posts from Server Fault
or by Jlamber
Published on 2009-10-28T15:21:40Z
Indexed on
2010/05/12
17:34 UTC
Read the original article
Hit count: 294
perfmon
|sql-server
How can we start running perfmon automatically on active SQL Server active node? Typically when we failover to the inactive node and we forgot to run the perfmon. We want to start running the perfmom automatically if possible. If not how can we tell if perfmon is not running so we can send out alert to start the perfmom? We can watch the log file output but we want to know if there is more elegance solution. Thank you.
© Server Fault or respective owner