How to do the failover in the asynchronous mode of the mirroring

  • hi all,

    how to do the fail over if we configured the mirroring in asynchronous mode

    regards,

    Anjali.

  • how to do the fail over if we configured the mirroring in asynchronous mode

    You need to execute the following code for the failover; however, as the database mirroring session is operating in asynchronous mode, there may be some data loss occurs during the failover.

    ALTER DATABASE [TESTDB] SET PARTNER FORCE_SERVICE_ALLOW_DATA_LOSS;

    Thanks & Regards,
    Sudeepta.
    http://twitter.com/skganguly

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply