sodakotahusker
Programmer
- Mar 15, 2001
- 601
I have a DTS package with 135 tasks for copying data from tables in one database to another. I want a task that runs before the copy to empty the tables. I want another task that runs after the copy to massage the data. When I add the new tasks they both are executed after the Copy tasks. Kind of defeats the purpose of copying when your truncation job runs after you bring the data over.
How do I order the tasks so they run in the sequence I want.
Also each copy task has its own data connection. I am trying to change the connection property in this package which I've cloned on a new data to use a different server and database name. I have not figured out the technique for changing this so it works. i modified the existing connections to point to my desired locations but that does not seem to impact the tasks out there which are assigned to use those connections.
Is there any place where you can find documentation on how to use the DTS editor?
How do I order the tasks so they run in the sequence I want.
Also each copy task has its own data connection. I am trying to change the connection property in this package which I've cloned on a new data to use a different server and database name. I have not figured out the technique for changing this so it works. i modified the existing connections to point to my desired locations but that does not seem to impact the tasks out there which are assigned to use those connections.
Is there any place where you can find documentation on how to use the DTS editor?