SSIS - Continue Package Flow even after inner task in a Foreach Loop Container fails
问题 In the figure below, why is the Foreach Loop Container failing despite the fail path (of the DFT that failed) being handled correctly? How can I get the loop to continue after handling fail path? If it helps to know what's going on in the package, here's the gist: We have a requirement where data from Excel files must be loaded into a DB. The package we have splits each Excel file into constituent CSV files (one CSV per sheet), and loads the CSVs into the DB. It is possible that some of the