For several years checkpoints have been available in SSIS as a means of managing data consistency and restartability of a package.
One of the options to configure checkpoints is to set the package's `CheckpointUsage` property to `always`. However, I've never seen a case for using this option.
Does anyone know an application for this option, whether in theory or (even better) in practice?
↧