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.
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. |
|
|
|
|