SQL Server 复制订阅者筛选器
伙计们,我有一项任务要为我的同事做,我需要知道在 SQL Server 中使用复制时是否可以为订阅者指定过滤器?
我的意思是,我不想创建 3 种类型的发布者,每种发布者对应一个订阅者(发布者中的过滤器可以重定向到特定订阅者,但反之亦然。)
我想向订阅者指示数据类型复制。
有可能吗?
真的谢谢
Guys, I have a task to do for my colleague and I need to know if is possible to specify the filter to subscribers when using replication in SQL Server?
What I mean is, I don't want to create 3 types of publishers, each one to each one subscriber (with filter in publisher to redirect to specific subscriber but the inverse.)
I want to indicate to a subscriber the type of data to replicate.
It is possible?
Really Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
合并复制拓扑中可以进行一定程度的自定义。请参阅:过滤已发布的数据。
对于普通快照或事务复制,所有过滤都需要在发布者上进行。
A certain degree of customization is available in a Merge Replication topology. See: Filtering Published Data.
For an ordinary snapshot or transactional replication, all of your filtering would need to happen on the publisher.