|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Friday, June 14, 2013 1:29 PM
Points: 237,
Visits: 770
|
|
Got sp_server_diagnostics process constantly running on my SQL2012 Cluster. I do believe it's for self health tuning or data collection? But can someone please explain in more detail why is there, hugging resources and running forever?
Can I safely disable sp_server_diagnostics? And why it's or was absent on SQL2008 or previous implementation.
I Google this finding little or no explanations. Or maybe I need to improve my Google search skills. 
Thanks in advance
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 4:58 AM
Points: 38,074,
Visits: 30,370
|
|
It's used for the cluster's IsAlive check. It takes minimal resources. It wasn't there on SQL 2008 or below because it was only introduced in SQL 2012.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Friday, June 14, 2013 1:29 PM
Points: 237,
Visits: 770
|
|
GilaMonster (2/15/2013) It's used for the cluster's IsAlive check. It takes minimal resources. It wasn't there on SQL 2008 or below because it was only introduced in SQL 2012.
Thanks for reply!
Well, that explains why I do not recall such thing on the Cluster I managed before.
Do you know any useful link I can use for further reading?
Also, my RedGate Monitor tool (and Management Studio) have a different opinion, lol ... they keep flagging it as intensive query ... I wonder if I can filter it on SQL Monitor and exclude. But I was afraid of flagging an important stuff ..
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 4:58 AM
Points: 38,074,
Visits: 30,370
|
|
sql-lover (2/15/2013)
GilaMonster (2/15/2013) It's used for the cluster's IsAlive check. It takes minimal resources. It wasn't there on SQL 2008 or below because it was only introduced in SQL 2012.Thanks for reply! Well, that explains why I do not recall such thing on the Cluster I managed before. Do you know any useful link I can use for further reading?
A quick search turned up these
http://msdn.microsoft.com/en-us/library/ff878233.aspx http://blogs.msdn.com/b/psssql/archive/2012/03/08/sql-server-2012-true-black-box-recorder.aspx
Also, my RedGate Monitor tool (and Management Studio) have a different opinion, lol ... they keep flagging it as intensive query ...
Possibly because it's running often.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|