There is no direct way I know of within SQL server. Where I work, we differentiate via nameing standards to know if the sql instance, admin name, physical node name on a cluster or if it's a stand-alone install. Related to your second question, not sure about a WMI interface to Cluster services, but there does exist and COM interfaces to the API - http://msdn.microsoft.com/library/de...start_page.asp
"Ritesh Gupta" wrote:
Quote:
I have two questions regarding SQL Server Monitoring:
1. How can we differentiate between standalone SQL Server and Clustered SQL Server?
2. How can we identify the members of a cluster and their roles ? Is it possible through WMI queries ?
Thanks in advance. |