Hi,
It was a nice overview of SSIS checkpoint funcationality.
We are trying to implement the following scenario.
We have total 1000 records to be inserted into staging area.
We want to implement a logic in SSIS 2005 which will allow us to commit after evrey 50 records inserted. That way if the package fails, then
instead of insterting all the records from the scratch, we will need to insert only records after the point of failure. Means all the records which got inserted before the point of failure are commited and insertion process starts from the record which did not get inserted. Basically we would like to know how to implement logic in the ssis task so that checkpoint after every 50 records are executed.
Regards
Santosh