手动同步 SQL Server 之谜

发布于 2024-12-27 02:55:49 字数 175 浏览 6 评论 0原文

我在通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼眸 2025-01-03 02:55:49

如果您可以连接到这两个数据库,则可以使用 tablediff 实用程序。

If you can connect to both databases, you can use the tablediff utility.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文