rollback ssis

  • Hello all,happy new year 2019
    In my SSIS job, I transfer files from one folder to another after processing to Stagging table in a ForEachLoop containerIs
    it possible to perform, in case of error in the job, a rollback that would put the processed files back in the original folder?

  • There's no "undo" switch, but you can create a task that moves the files back, similar to the task that moved them in the first place.

    John

  • abdalah.mehdoini - Monday, January 21, 2019 3:52 AM

    Hello all,happy new year 2019
    In my SSIS job, I transfer files from one folder to another after processing to Stagging table in a ForEachLoop containerIs
    it possible to perform, in case of error in the job, a rollback that would put the processed files back in the original folder?

    I'd suggest moving them to an Error folder instead, otherwise (if the files are problematic) the job will just keep failing repeatedly.


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

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