Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SSIS question

    If you can put a row number on it what about using a conditional split and something like this?

    RowNumber >= @[User::RecordLow] && RowNumber <= @[User::RecordHigh]

    and update the variable...

Viewing post 1 (of 1 total)