将 SQL Server 与 Interbase 数据库同步的最佳方法是什么?
我需要将 SQL Server 数据库与 Interbase DB 同步。 Interbase 是实时数据库,主要应用程序在此基础上工作。现在客户想要创建一个 SQL Server 数据库并每天将其与实时 Interbase 数据库同步一次。所有历史报告都将从 SQL Server 数据库生成。
Interbase DB 没有时间戳或任何包含时间的列。因此,我找不到任何方法来识别新的(和修改的)记录。有什么想法吗?
I need to sync SQL server database with the Interbase DB. Interbase is the live DB and main application works on this. Now customer wants to cerate an SQL server database and sync it with the live interbase database once everyday. All historical reports will be generated from the SQL Server database.
The Interbase DB does not have timestamp or any column that contains time. Hence I cound not found any way to identify new (and modified also) records. Any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以看看CopyTiger
You can take a look at CopyTiger