![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
I'm new to dts. We have a web application to collect data from clients then insert into SQLserver. On a nightly basis, we will transfer the new data to our internal Access database. On the SQL server, we have a table with a column called newest sumbit date. We use this field and joined with other tables to find out which IDs are newest records. Then we will run at midnight the dts, that will delete old records with the same ID numbers in our Access database and transfer the new records. What I'm doing now is like this: 1. create some views in SQL server that has the newest records tables. 2. send one of the tables called newest IDs to the Access table. 3. in Access conection, delete those records in other 3 tables with same IDS. 4.transfer the newest records (data in the views)to the other 3 tables Am I on the correct way? I wonder what order it will process the DTS, I added some workflows arrows there, but there are some transfer data tasks there, use the same connections, I just cannot figure out what order it is in DTS? Thanks for any suggestions |
![]() |
| Thread Tools | |
| Display Modes | |
| |