SQL Server 复制,如何同步。 订阅者离线
我们正在为我们的应用程序使用 SQL Sever 2005 复制。 一切都工作正常,没有任何问题。 然而,最近我们遇到了一个我没有解决办法的情况。
我们对一个地区的发布者 (SQL Sever 2005) 和多个其他地区的订阅者 (SQL Sever 2005 express) 使用合并复制。 由于订阅者位置的网络问题,订阅者无法连接到发布者,因此无法同步。 订阅者中的一些表已达到分配的范围,我们现在无法向其中插入条目。
我有什么办法可以解决这个问题吗? 我可以想到一些但不知道如何继续: 我。 备份订阅者数据库,将其放在另一台机器上。 同步并恢复数据库。 二. 将所有数据从(修改/插入)复制到发布者(手动),重置发布者和所述订阅者之间的同步。
我不太确定上述选择是否可行。 任何帮助将不胜感激。
We are using SQL Sever 2005 replication for out application. Every thing is working fine without any problems. However, recently we ran into a situation to which I have no solution.
We use merge replication with the publisher(SQL Sever 2005) in one geography and the subscribers(SQL Sever 2005 express) in multiple other geographies. Because of network issues at the subscriber location, the subscriber is not able to connect to the publisher and hence not able to synchronize. A few tables in the subscriber have reached the allotted range and we are now unable to insert entries into them.
Is there any way I can resolve this issue? I could think of a few but not sure how to proceed with them:
i. Take a backup of the subscriber db, put it on a different machine. Synchronize and restore back the db.
ii. Copy all the data from (modified/inserted) into the Publisher (manually), reset the synchronization between the publisher and the said subscriber.
I am not very sure the above choices are feasible. Any help will be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论