SQL2000 update from AS400/Db2
Does anyone have experience in updating SQL2000 from AS400/Db2?
We have data on our AS400 that gets updated only about 4 times a day. basically a production schedule system. We do not have journaling on the tables so "replication" is out, but once the data has been changed I need to push the data to my SQL server in as real time as I can. I am trying to limit the overhead of querying the AS400 repeatedly when there is no change. So in essence, does anyone know how to set up ODBC and a "linked server" on an AS400/Db2 database to an SQL2000 Database? I have already done it the other way around and it wasn't too difficult.
Thanks!
David Hay
|