Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

How would you restart package from previous failure point?What are Checkpoints and how can we implement in SSIS?

Nice?Vote!

1 Answer

Nice?Vote!
When a package is configured to use checkpoints, information about package execution is written to a checkpoint file. When the failed package is rerun, the checkpoint file is used to restart the package from the point of failure. If the package runs successfully, the checkpoint file is deleted, and then re-created the next time that the package is run.
answered 1 year ago by R (19,530 points)

Related questions