How do you sync databases using ms sync framework when tables are using identity column and you need to match on an arbitrary key

ぐ巨炮叔叔 提交于 2019-12-02 05:03:24

if you can add an extra column, create a new column based on the "match key" you specified above. Then configure Sync framework to use that column as the PK and ignoring the actual PKs in the table.

the approach should be similar to this post:

Part 3 – Synchronizing tables where Client and Server Primary Keys are different

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