I have a question about updating from a lookup in a DTS Package.
I have a DTS that populates a table by moving about 12k records from the exact table structure in another database. Between DTS updates, some of the records in the table may be updated by users. I have a lookup where I have isolated the records that have been changed by users.
When the records are imported again, I need to somehow update the records by using the lookup records. The original records are sent over because the DTS does a drop/recreate and deletes everything.
I am new to using the DTS this way. So if you can tell me what features to use and in what way,. I think I can make the query work. I doubt that I have been clear I hope I can explain it better this way:
1) DTS executes and drops table
2) Table is recreated and original records are written with some new ones added. It also overwrites the modified records with original copies.
3)Clients modify these records on occasion so a lookup has been created to identify which records have been modified (since modifications need to be kept)
4) I'm Stuck----need to make lookup re-update records with modified information. I really don't know the best way to approach this or the features to use.
Any help would be appreciated. Thanks in advance!
I have a DTS that populates a table by moving about 12k records from the exact table structure in another database. Between DTS updates, some of the records in the table may be updated by users. I have a lookup where I have isolated the records that have been changed by users.
When the records are imported again, I need to somehow update the records by using the lookup records. The original records are sent over because the DTS does a drop/recreate and deletes everything.
I am new to using the DTS this way. So if you can tell me what features to use and in what way,. I think I can make the query work. I doubt that I have been clear I hope I can explain it better this way:
1) DTS executes and drops table
2) Table is recreated and original records are written with some new ones added. It also overwrites the modified records with original copies.
3)Clients modify these records on occasion so a lookup has been created to identify which records have been modified (since modifications need to be kept)
4) I'm Stuck----need to make lookup re-update records with modified information. I really don't know the best way to approach this or the features to use.
Any help would be appreciated. Thanks in advance!