SQL Server Mirroring - setting up the initial sync with mirror from backup/logs

  • I have a DB that is 25 tb in size, we are going to restore the DB and logs to the primary server, then let the primary server sync to the mirror.

    We are going to use synchronous with failover for the mirror, but I hear that can be slower than asynchronous.

    My question is:

    For the initial synch, can we set it to asynchronous, then after the initial load, change it to synchronous. This is just because I want the initial load to be faster.

    Let me know,

    Thanks

  • I am not sure that is going to work,

    when implementing mirroring you need to restore the database and logs to the MIRROR server with No Recovery

    then start the mirroring

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

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