Microsoft Sync Framework for SQL Server and Azure, master-slave?

空扰寡人 提交于 2019-12-13 06:21:01

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/13738900/microsoft-sync-framework-for-sql-server-and-azure-master-slave

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!