SQL Server 复制支持这种情况吗?
假设我有中心站点和分支站点。分公司还拥有自己的配送中心;
北中心、南中心、西中心、东中心。
我希望所有信息在其自己的区域之间复制。但只有中心站点应该拥有所有区域的所有数据。
每个区域中插入的数据只能在该区域中更新。
请告诉我SQL Server是否支持这种情况,以及如何配置它。
Suppose I have central site and branch sites. Branch sites also have its own distribution center;
Northern center, Southern center, Western center, and Eastern center.
I would like all information replicate among its own region. But only center site that should have all data in all regions.
Data inserted in each region can be updated only in that region.
Please advice me whether SQL Server supports this scenario, and how to configure it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,SQL Server 支持过滤复制发布。虽然有一些内容,但是这是一个很好的起点:
Yes, SQL Server supports filtered replication publication. There's a bit to it, but here's a good place to start: