My company need to build a new system, which use SQL Server 2008 Standard edition and C#.NET winapp to implement. As required by our client, this system must be running on dual site, where each site has its own SQL08 and C# winapp, and the C# winapp only
connected to the SQL08 in the same site. However, data between sites must be synchronized, so we think SQL Server Replication should be the answer. By the way, which type of replication, merge, peer-to-peer transactional, or other, should be used in this case?
And what's the difference in conflict resolution between them?
↧