手动同步 SQL Server 之谜
我在通过 Internet 连接链接的两个站点中安装了两个 SQL Server 2008,并且在它们之间安装了合并复制,但其中一个站点断开连接的时间很长,客户要求我们进行手动同步(基于文件)所以他们可以在这种情况下使服务器同步。
我的简单问题是:
从两个数据库生成更改并将结果应用到两个数据库的最佳工具是什么?
I've installed two SQL Server 2008 in two sites linked by internet connection and I've installed a merge replication between them, but one of the sites got a long disconnection time and the customer asked us for a manual synchronization (file-based) so they can make servers synchronized in this situation.
My simple question is :
What's the best tool to generate changes from both databases and apply the result to both databases ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您可以连接到这两个数据库,则可以使用 tablediff 实用程序。
If you can connect to both databases, you can use the tablediff utility.