Forum Replies Created

Viewing 15 posts - 6,361 through 6,375 (of 9,253 total)

  • RE: Removal of a node from Cluster

    itsamarnath (10/21/2011)


    Perry Whittle (10/21/2011)


    itsamarnath (10/21/2011)


    We have a 3 node cluster..Lets say, the names of nodes are A, B and C

    We have 2 instances running Inst1 and Inst2 on these nodes..Both...

  • RE: Dropping BuiltIn/Administrator and SA from SQL Server

    DMarvez (10/19/2011)


    So, we got a request to drop these two users from SQL Server as part of a corporate security effort.

    I've read the post on the BuiltIn\Administrator account but can't...

  • RE: Restrict node to failover to particualar node.

    be aware that preferred owner is set at the group level, possible owner is set at each resource level

  • RE: Removal of a node from Cluster

    itsamarnath (10/21/2011)


    We have a 3 node cluster..Lets say, the names of nodes are A, B and C

    We have 2 instances running Inst1 and Inst2 on these nodes..Both are SQL Server...

  • RE: DB Mirroring question?

    high availability is the only mode that can use FailOverPartner as the other modes are manually failed over, with the witness it's automatic and so requires the connection string option...

  • RE: DB Mirroring question?

    ananda.murugesan (10/20/2011)


    please suggestion me, What changes required in ASP web application for database connectivity? whenever modify ALTER DATABASE MyDB SET PARTNER FAILOVER.

    Thanks

    ananda

    The instance name in the connection string would obviously...

  • RE: DB Mirroring question?

    ananda.murugesan (10/20/2011)


    please suggestion me, What changes required in ASP web application for database connectivity? whenever modify ALTER DATABASE MyDB SET PARTNER FAILOVER.

    Thanks

    ananda

    The instance name in the connection string would obviously...

  • RE: DB Mirroring question?

    This will remove the mirror session!

    kapfundestanley (10/20/2011)


    You have to do a manual fail-over

    On the mirror

    ALTER DATABASE <database name> SET PARTNER OFF

    RESTORE DATABASE <database name> WITH RECOVERY

    when the principal...

  • RE: How to install SQL Server SP4 on a Cluster environment???

    Imaan (10/19/2011)


    Thank you for your help, I shall check the task schedulers on both sides, this explains the logic of how the SP gets applied to active/passive.

    We have 2...

  • RE: How to install SQL Server SP4 on a Cluster environment???

    James_B (3/17/2011)


    2. ensure you are logged on with local admin privileges

    more importantly, the account you run the service pack under must have admin access to the sql server instance. If...

  • RE: Failover Cluster - Add node

    Regardless, when you're adding a new node you need to attach any storage that the cluster groups rely on

  • RE: Failover Cluster - Add node

    Correct, attach after the OS is built and before attempting to install SQL server.

  • RE: DB Mirroring question?

    ananda.murugesan (10/17/2011)


    Hi,

    I want to perform SQL2KR2 Mirroring Configuration with witness server. for automatic failover perform.

    1. Principle Server - (port 5022 opened) and installed SQL2KR2 on default instance, IP Address- 10.4.54.XXX,...

  • RE: GO vs ;

    ALZDBA (10/17/2011)


    Perry Whittle (10/11/2011)


    Dev @ +91 973 913 6683 (10/11/2011)


    I believe ‘;’ is an ANSI SQL statement terminator which you can use with other RDBMS as well.

    Oracle uses it...

  • RE: Move to node 1 to node2 automatically disconnect SQL SERVER connection

    ananda.murugesan (10/14/2011)


    after that I have successfully installed cluster failover setup in corporate domain controller.

    not sure what you mean by this, can you explain further please?

Viewing 15 posts - 6,361 through 6,375 (of 9,253 total)