Is it possible to Pause the SSIS package Execution on error?

  • Hi,

    I need to build a package which will run every overnight if any error occurs I want package to be paused and next day if i want to continue the execution it should start from the paused point or it should resume. is it possible to do??

  • I think you would like to implement checkpoints in your package.

    check for "checkpoints" in control flow properties window.

    For more

  • I agree with Jay. While checkpoints don't actually "pause" the package execution, they allow you to restart it from the point where an error occured without having to rerun the entire package.

    Greg

  • Got it! Thanks a lot

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

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