Merge replication to keep SQL Server databases in sync
Keep SQL Server databases in sync with merge replication and limit connectivity issues. Use this resource for help setting up merge replication.
What I've been thinking is to host a copy of the database on the vending machine using the ADSL link and then having...
Continue Reading This Article
Enjoy this article as well as all of our content, including E-Guides, news, tips and more.
By submitting your email address, you agree to receive emails regarding relevant topic offers from TechTarget and its partners. You can withdraw your consent at any time. Contact TechTarget at 275 Grove Street, Newton, MA.
You also agree that your personal information may be transferred and processed in the United States, and that you have read and agree to the Terms of Use and the Privacy Policy.

the two databases do a two-way sync every couple of hours. My problem is due to my lack of knowledge and experience with SQL Server databases.
The idea of having a local database that syncs when scheduled is to minimize the WAN connectivity issues. What's the best way to proceed?
When setting up the articles within the publication, I would recommend filtering any large tables to download only records which are used by this specific vending machine. This will help you reduce your network traffic to this vending machine. You can then schedule the merge to take place on a schedule, so changes are replicated between the two databases. If records are updated at each database, you'll need to be careful when setting up your conflict resolution so that you can keep an accurate inventory.
Check out this helpful tip: |
Find out exactly how merge replication works in this tip, the first in a three-part series by contributor Hilary Cotter. |
Dig Deeper on SQL Server High Availability, Scalability and Reliability
PRO+
Content
Find more PRO+ content and other member only offers, here.
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our SQL Server experts
View all SQL Server questions and answers
0 comments
Oldest Newest