Labels

Thursday, June 25, 2015

SSIS - How to allow the foreach loop continue its execution even if any of the task inside it fails


  1. Click on Event Handlers.
  2. Click on the Grid icon under variables tab.
  3. Check the Show System Variables option.
  4. Under the variable list search for the system variable called Propagate.
  5. Change its value to False.

No comments:

Post a Comment