Conditional Execution in SSIS 2005

  • I have two variables: varNewPeriod and varCurrentPeriod. If varNewPeriod > varCurrentPeriod, I want to build a string and run it in a certain Execute Process Task within a Foreach Loop Container. I don't see any conditional (if/then) Control Flow Items in SSIS 2005. So how can this be done? Can a script run an Execute Process Task?

  • Use Expression and Constraint Option. This may help.

  • imani_technology (5/27/2010)


    I have two variables: varNewPeriod and varCurrentPeriod. If varNewPeriod > varCurrentPeriod, I want to build a string and run it in a certain Execute Process Task within a Foreach Loop Container. I don't see any conditional (if/then) Control Flow Items in SSIS 2005. So how can this be done? Can a script run an Execute Process Task?

    You can do this. Read up on 'Precedence Constraints'.

    The absence of evidence is not evidence of absence
    - Martin Rees
    The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
    - Phil Parkin

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply