开发者

Microsoft Sync Framework Or Replication

开发者 https://www.devze.com 2022-12-09 07:55 出处:网络
What is deference between Microsoft Sync Frameworkand 开发者_高级运维Replication? which one is better?

What is deference between Microsoft Sync Framework and 开发者_高级运维Replication? which one is better?


  1. Sync Framework is a programming framework. You still have to program it yourself. Replication is an end to end feature.
  2. Replication solves changes in schemas too (I believe Sync Framework deals with synchronizing data, not schemas)
  3. Replication has many more enterprise features already resolved.
  4. Sync Framework can be used for not only databases, but anything with a sync provider (replication is only for databases).

I'm sure there are more differences.. but these should give you a start.

0

精彩评论

暂无评论...
验证码 换一张
取 消