CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2008
    Posts
    43

    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

  2. #2
    Join Date
    Dec 2008
    Posts
    2

    Re: SSIS Task Sequence

    Hi,

    Did you found a solution..?
    I'm in the same kind of trouble.

    Thanks.

  3. #3
    Join Date
    Dec 2008
    Posts
    2

    Re: SSIS Task Sequence

    Nevermind,

    I guess the tasks do execute in the right order, is just that the display is alphabetical.

    Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured