Replication from DB2 -
12-05-2008
, 02:04 PM
My sqlserver has TABLE_A. I want to pull data from Other database DB2.TABLE_A
at regular interval of 10 min.
The DB2.TABLE_A and SqlServer.TABLE_A both have same definitions. The
DB2.TABLE_A is updated in real time.
Any example on server replication steps? Any sql example? |