双向复制 SQL Server 2008

发布于 2024-09-25 08:54:13 字数 28 浏览 1 评论 0原文

我询问任何有用的数据或链接来了解双向复制。

I am asking about any useful data or links to get to know about bi-directional replication.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

具有可更新订阅的事务复制是双向复制,发布者和订阅者都可以进行更改,并且更改会从发布者复制到订阅者,也可以从订阅者复制到发布者。

以下是具有可更新订阅的事务复制的链接,以及有关冲突检测和冲突的链接。此类复制的解决

方案 用于事务复制的可更新订阅

http://msdn.microsoft. com/en-us/library/ms151718.aspx

Transactional replication with updateable subscriptions is bi-directional replication where both publisher and subscriber can make the changes and the changes are replicated from publisher to subscriber as well from subscriber to publisher

Here are the links for Transactional replication with updateable susbcriptions and also about conflict detection and resolution in this kind of replication

Updatable Subscriptions for Transactional Replication

http://msdn.microsoft.com/en-us/library/ms151718.aspx

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