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