What i am looking to do is compare data between 1 table in a progress database and 1 table in a sql database and have the data 'synced' during non business hours.
How difficult would it be to compare the tables, write the changes to a temp table (flat file?) and write the changes to the respective DB? I assume there would be two proc's one for comparing, noting the changes and writing, each way.
Can this be done thru a DTS? or how would these procedures be automated?
I am more concerned with the changes to the progress database, as i have only basic knowledge of the commands.
Thanks for your replies!
How difficult would it be to compare the tables, write the changes to a temp table (flat file?) and write the changes to the respective DB? I assume there would be two proc's one for comparing, noting the changes and writing, each way.
Can this be done thru a DTS? or how would these procedures be automated?
I am more concerned with the changes to the progress database, as i have only basic knowledge of the commands.
Thanks for your replies!