SSIS Sequence Containers

Michael Henderson 111 Reputation points
2020-08-21T15:50:11.927+00:00

I have a SQL Server Integration Services package that has multiple sequence containers.

If one sequence container fails, does the package stop?

Is there a setting so that subsequent sequence containers will run even if one sequence container fails.

Thanks in advance

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,457 questions
0 comments No comments
{count} votes

1 additional answer

Sort by: Most helpful
  1. Yitzhak Khabinsky 25,106 Reputation points
    2020-08-21T18:52:04.623+00:00

    The same technique like outlined here: SSIS - continue loop on error
    will work for your case.

    0 comments No comments