SSIS capability?

Is there a restartability and ability to skip x number of rows (Restart Logic) in SSIS

can ssis allow rollback for unsuccessful completion of load process  by record

Pls give me example




Answer this question

SSIS capability?

  • Barry Neilsen

    SSIS supports reusability by use of checkpointing. There's stuff about this in BOL and plenty of other pockets of information aroudn teh community.

    There is no ability to automaticallly skip X number of rows in the pipeline using restart logic.

    SSIS does not support rollback by record.

    -Jamie



  • SSIS capability?