简体   繁体   English

将SQL Server与Interbase数据库同步的最佳方法是什么?

[英]what is the best way to sync SQL Server with Interbase database?

I need to sync SQL server database with the Interbase DB. 我需要将SQL Server数据库与Interbase DB同步。 Interbase is the live DB and main application works on this. Interbase是实时数据库,主要应用程序为此工作。 Now customer wants to cerate an SQL server database and sync it with the live interbase database once everyday. 现在,客户希望每天建立一次SQL Server数据库并将其与实时的内部数据库同步。 All historical reports will be generated from the SQL Server database. 所有历史报告都将从SQL Server数据库中生成。

The Interbase DB does not have timestamp or any column that contains time. Interbase数据库没有时间戳或任何包含时间的列。 Hence I cound not found any way to identify new (and modified also) records. 因此,我发现没有任何方法可以识别新记录(也可以修改记录)。 Any idea? 任何想法?

您可以看看CopyTiger

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用.Net将基础间数据库表同步到SQL Server数据库 - Sync interbase database tables to SQL Server Database using .Net 将本地 SQL Server 数据库同步到 Azure Windows Server SQL Server 的最佳方法是什么 - What's the best way to Sync on premise SQL Server database to Azure Windows Server SQL Server 从SQL服务器将数据同步到Azure的最佳方法是什么 - What is the best way to sync data into Azure from a SQL server 将远程SQL Server数据库与本地SQL Server Compact数据库同步的最佳方法? - Best way to sync remote SQL Server database with local SQL Server Compact database? 什么是在SQL Server数据库中存储时间间隔的最佳方法 - what is the best way to store time interval in a SQL server database 创建SQL Server数据库的工作副本的最佳方法是什么? - What's the best way to create a working copy of a SQL Server database? 创建SQL Server数据库的开发版本的最佳方法是什么? - What's the best way to create a dev version of a SQL Server database? 将数据从 SQL Server 迁移到 Oracle 数据库的最佳方法是什么 - what is the best way to migrate data from SQL Server to Oracle database SQL Server链接服务器到Interbase - SQL Server linked server to Interbase 如何最好地仅同步SQL Server数据库中的某些表 - How best to only sync some tables in a SQL Server database
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM