Database mirroring & replication.

  • Hi,

    We have four servers running SQL Server 2005. Two out of four are production servers.

    So I would like to hear from you folks is to see if there are any drawbacks with the following setup.

    HA Solution: SQL SRV 1 <-- DB Mirroring --> SQL SRV 3 <-- DB Mirroring --> SQL SRV 2

    &

    DR Solution: SQL SRV 1 <-- Replication --> SQL SRV 4 <-- Replication --> SQL SRV 2

    Thanks.

  • I don't see any problem with solution but I don't prefer SQL server replication for DR.

    I will prefer Log shipping over replication if the db size above 50 GB or high transaction db.

     

     

    MohammedU
    Microsoft SQL Server MVP

  • Thank you Mohammed, our databases sizes are not that big and they are not high transaction db either.

  • The main issue is *in my opinion* if you need to interact with the redundant servers. Mirroring will *not* let you, unless you create db snapshots. Replication will. On the other hand replication will impose more strain on system resources than mirroring

    -Good Luck


    * Noel

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

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