SQL Server 2008中的提供者和订阅者,订阅者可以处理插入/删除吗?
假设我做了所有需要的事情(考虑完整复制)以使服务器“A”成为提供者,服务器“B”成为订阅者,如果我想添加、删除、更新或插入数据,我可以通过以下方式做到这一点吗?连接到订阅者?
如果是,数据更改是否会自动反映在提供程序中?
我正在使用:C#、ASP.NET、Visual Studio 2008、SQL Server 2008
Assuming I did all that is needed (consider complete replication) to make server "A" the provider and server "B" the subscriber, if I want to add, delete, update, or insert data, will I be able to do that by connecting to the subscriber?
If yes, will the data change be automatically reflected in the provider?
I am using: C#, ASP.NET, Visual Studio 2008, SQL Server 2008
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
基于SSMS的复制向导,取决于您的配置:
看起来最后两个选项支持您的需要。我刚才根本无法运行复制,所以无法对其进行测试。
Based on the replication wizard of SSMS, it depends on your configuration:
It looks like the last two options support what you need. I haven't been able to get replication running at all just now, so I haven't been able to test it.