Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Replication from DB2

Author  Topic 

Mark8080
Starting Member

5 Posts

Posted - 2008-12-05 : 14:27:11
I have one table TABLE_A in SqlServer. There is same table TABLE_A in DB2.
The DB2.TABLE_A gets updated in real time.
I want to keep SqlServer.TABLE_A in sync at every 10 min with DB2.TABLE_A. How can I do this? Any example?

Thanks.
   

- Advertisement -