Mirroring vs Replication

前端 未结 3 1123
温柔的废话
温柔的废话 2020-12-29 10:59

How to decide whether to choose a Replication or Mirroring in SQL Server 2005 to provide data availabilty and performance at the same time.


To be more specific

3条回答
  •  独厮守ぢ
    2020-12-29 11:34

    It turns out that Database mirroing prevents data to be accessed directly, mirrored data are only accessable through a database snapshot, so reports from snapshot data will not be up to date so, I will use Database Transactional Replication to provide high availabilit and load balancing.

提交回复
热议问题