|
-
November 21st, 2008, 07:05 AM
#1
SSIS Task Sequence
I've created an SSIS package for SQL Server 2005 using development tool. I created my tasks and linked them so they ran in the correct sequence. I tested it and everything was fine and all tasks ran in the correct order. I then saved my task as a .dtsx file and ran that by itself and the tasks ran in alphabetical order rather than the order they were supposed to ie lets say the tasks were:
run sql task ------> data flow task ------> script task
it runs in this sequence when testing but when i run it outside of the development tool they run in this sequence:
data flow task ------> run sql task -------> script task
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|