SQL 2008 R2 3rd Party Peer-to-Peer Replication, Global Site Distribution
Posted
by
gombala
on Server Fault
See other posts from Server Fault
or by gombala
Published on 2011-03-17T14:02:38Z
Indexed on
2011/03/20
16:12 UTC
Read the original article
Hit count: 286
We are looking at hosting 3 globally distributed SQL Server installations at different data centers. The intent is that Site A will serve web traffic and data for a specific region, same with Site B and C. In the case that Site A data center goes down, looses connectivity, etc. the users of Site A users will fail over to Site B or C (depending which is up). Also, if a user from Site A travels to Site C they should be able to access their data as it was on Site A.
My questions is what SQL replication technology (SQL Replication or 3rd party) can support this scenario? We are using SQL 2008 R2 Enterprise at each site, each site runs on top of VMWare with a Netapp filer. Would something like distributed caching help in this scenario as well?
We have looked at and tested Peer-to-Peer replication but have encountered issues with conflicts during our testing. I imagine there are other global data centers that have encountered and solved this issue.
© Server Fault or respective owner