Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: SQL 2005 Cluster ! !

    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...

  • RE: SQL 2005 Cluster ! !

    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...

  • RE: SQL 2005 Cluster ! !

    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...

Viewing 3 posts - 1 through 4 (of 4 total)