开发者

Syncing with and without Sql Server 2008 changes tracking

开发者 https://www.devze.com 2022-12-24 07:22 出处:网络
I\'ve stuck with syncing a Sql server 2008 having changes tracking enabled with a 2005 one that doesn\'t have this me开发者_如何转开发chanism.

I've stuck with syncing a Sql server 2008 having changes tracking enabled with a 2005 one that doesn't have this me开发者_如何转开发chanism.

Would you please point me a right track, how can I handle this. Thank you,


I would look at sql server replication first.

If that is not an option, you can use the sample in this msdn article as an example of syncing a store with a custom metadata tracking technique (the sql compact db in the article) with a sql 2008 db with change tracking.
If you replace the SqlCeClientSyncProvider with the SqlExpressClientSyncProvider as explained in this SO article, but still continue to use the custom metadata tracking technique as with the compact db, you should be able to get there.

0

精彩评论

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

关注公众号