For Example:: Check Points
For Example:: Check Points
Checkpoints are added into your control flow to ensure that if your package fails
after multiple tasks have succeeded, the progress you have made will not be
lost. We can set check points at task level not at package level.
For example:
Take two execute sql task connect them, rename it as task 1 and task 2
Double click on task1.
2.
Always Always use checkpoints, if the file does not exists package will fail
3.
Do same to task 2
Execute package , and check in SSMS tables created.
Drop table ONE and execute the package at this time task 1 will execute, task 2
will fail
In xml