Quantcast
Channel: StackExchange Replication Questions
Viewing all articles
Browse latest Browse all 17268

Databases bidirectional replication in same SQL Server

$
0
0

This is the scenario:

We have 2 applications, each one connected to it's own database. Both databases are in the same SQL Server 2008 R2 Standard Edition. Both databases have several identical tables (TableX, TableZ in the following example) which we need synchronize:

  1. AppA writes/reads in DB1 (TableX, TableZ)
  2. AppB writes/reads in DB2 (TableX, TableZ)
  3. Bidirectional Sync TableX and TableZ every 8 hours. During the synchronization both databases must be availables.

I'm reading "Selecting the Appropriate Type of Replication" but I don't have clear which one and how to use it in this situation (merge replication??)


Viewing all articles
Browse latest Browse all 17268

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>