Reputation: 1
I want to Sync two different SQL Data base which is not in public IP, Is this possible with .Net Sync and WCF ?
Or I Need to add both DB in public IP ?
Upvotes: 0
Views: 127
Reputation: 11813
This sounds like you are looking for a replication solution. Check out Stairway to SQL Server Replication - SQLServerCentral.com for an introduction to replication.
Upvotes: 1