Viewing 3 posts - 1 through 4 (of 4 total)
Thanx for the help guys.
I did the test as you mentioned:
--------------------------------------------------------
on DB2 server:
Select serverproperty( 'ComputerNamePhysicalNetBIOS' )
Output: DB2
Select serverproperty( 'IsClustered')
OUTPUT: 1
---------------------------------------------------------
on DB1 server:
Select serverproperty( 'ComputerNamePhysicalNetBIOS' )
Output: DB2
Select serverproperty( 'IsClustered')
OUTPUT: 1
----------------------------------------------------------
Notice: The...
December 14, 2009 at 4:05 am
Let me explian more:
we have to groups on Cluster Administration:
1. Cluster Group (Could be DB1 or DB2)
2. Group0 (Could be DB1 or DB2)
DB1: database1 server, it contians OS for SQL...
December 12, 2009 at 3:29 am
Thanx for the hint
I have DB2 only in Resources and online.
I have 2 groups: ClusterGroup & Group0
Both groups contains DB2, If I make move group, it will bring DB1...
December 12, 2009 at 2:58 am
Viewing 3 posts - 1 through 4 (of 4 total)