Greetings team:
I am in a bit of a bind here.
I have 2 databases running on 2 different servers.
One of the database is a SQL Server database. The other runs on a mainframe.
There are over 6,000 records in the SQL Server db and counting.
We would like to automate a process that initially copies selected records from the sql server db into the mainframe db and then perform an hourly update. With the hourly update, after the initial data dump, this automated process will then copy and transfer only records that are inserted into the SQL Server db since the last data transfer.
My first thought is to use DTS package but I can't use DTS because I am not transferring all the records from db to another. I am only selecting records where the data definition from the sql server db is the same as the other db.
Second, I am not sure that dts gives me the control to determine when a new record has been added since the last update.
A script will probably do the job but I am just not sure how to proceed with the script.
Can someone, please give me any ideas you may have.
Thank you very much.
I am in a bit of a bind here.
I have 2 databases running on 2 different servers.
One of the database is a SQL Server database. The other runs on a mainframe.
There are over 6,000 records in the SQL Server db and counting.
We would like to automate a process that initially copies selected records from the sql server db into the mainframe db and then perform an hourly update. With the hourly update, after the initial data dump, this automated process will then copy and transfer only records that are inserted into the SQL Server db since the last data transfer.
My first thought is to use DTS package but I can't use DTS because I am not transferring all the records from db to another. I am only selecting records where the data definition from the sql server db is the same as the other db.
Second, I am not sure that dts gives me the control to determine when a new record has been added since the last update.
A script will probably do the job but I am just not sure how to proceed with the script.
Can someone, please give me any ideas you may have.
Thank you very much.