How does synching between sql server and sql azure databases work if I use Sync Framework?
Does it have a master-slave rule? Or
Does it send bidirectional data in between connection and appends changes to one another?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
it’s up to you, you can hub-spoke (master-slave) or peer-to-peer… you can do upload only, download only or bidirectional.
see: Synchronizing SQL Azure
and if you want an n-tier setup, have a look at this one as well: Walkthrough of Windows Azure Sync Service Sample
Or if you want an out-of-the-box sync solution, have a look at the Azure SQL Data Sync Service