I am researching methods of syncing some of our AS400 tables with MSSQL, as our company is slowly moving towards .net from a long AS400 background. We have host integration services 2006(which we use for talking to AS400 objects in C#), SQL Server 2005 and the iSeries. Is this possible?
We have tried using Integration Services to create a DTS package although the best we could come up with was nightly dropping the SQL table and copying the entire contents over to SQL again. Clearly this is only acceptable for tables that aren't updating frequently, and any changes to the SQL will be overwritten each night. I can't seem to find any information about this online even though I would think this should be a fairly common task.