主数据库和其他只读数据库之间的同步作业

发布于 2024-12-04 12:40:58 字数 201 浏览 0 评论 0原文

我目前有一个主数据库,其中有某些每晚更新的表。 我还有许多只读数据库,其中包含主数据库中的表。 我需要帮助的是在任何插入、更新或删除时将这些只读表数据同步到主数据库。 这些服务器也可能位于与主数据库不同的服务器上,但位于同一网络上。 有没有办法编写一个计划作业,该作业会查找主数据库中表上的所有更新、插入和删除,并(使用更新和删除的主键)在只读数据库上执行这些操作?

谢谢

I currently have a master database which has certain table that are updated nightly.
I also have numerous readonly databases which contains tables from the master.
What I need help with is synchronizing these readonly tables data to the master database on any inserts, updates, or deletes.
The servers may also sit on different servers than the master database but are on the same network.
Is there any way to write a scheduled job which goes and finds all updates, inserts, and deletes on a table in the master database and (using a primary key for the updates & deletes) perform these operatations on the readonly database?

Thanks

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

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

发布评论

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

评论(1

ヤ经典坏疍 2024-12-11 12:40:58

是的,编写一个 SSIS 包并安排它运行以同步数据库。

Yes, write an SSIS package and schedule it to run to synchronize the databases.

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