|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Thursday, June 21, 2012 8:49 AM
Points: 129,
Visits: 551
|
|
Hi Friends,
I want to know how to know my current instance is a failover cluster instance?
sorry for my bad english.
Thanks in advance. M.I.
________________________________________ M.I.
Learning is a path with no destination...
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 11:21 AM
Points: 37,686,
Visits: 29,943
|
|
SELECT SERVERPROPERTY('IsClustered') as IsFailoverClusterNode
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
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Monday, March 18, 2013 1:54 AM
Points: 12,
Visits: 177
|
|
Hi Gail,
I want to know through which command i can know that my server instance is clustered or not....in SQL Server 2005
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 11:21 AM
Points: 37,686,
Visits: 29,943
|
|
The T-SQL I posted above does exactly that.
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
|
|
|
|