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 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.