Displays the active server node:
Select ServerProperty('ComputerNamePhysicalNetBIOS')
Whether the server is clustered:
SELECT SERVERPROPERTY('IsClustered')
											Displays the active server node:
Select ServerProperty('ComputerNamePhysicalNetBIOS')
Whether the server is clustered:
SELECT SERVERPROPERTY('IsClustered')
											
Comments