|
|
Browse by Tags
All Tags » SSIS » Scripting » SQL Server Inte... » Checkpoints
-
I thought it would be worth publishing a list of guidelines that I see as SSIS development best practices. These are my own opinions and are based upon my experience of using SSIS over the past 18 months. I am not saying you should take them as gospel but these are generally tried and tested methods and if nothing else should serve as a basis ...
-
What are checkpoints?
SQL Server Integration Services (SSIS) contains a fantastic new feature called Checkpoints which enables us to restart a package from a previous point of failure rather than run the package from the start. Details about a package's execution are stored in a checkpoint file which will be read upon the next execution so that ...
|
|
|