SSIS - Skip Missing Files
- by Greg
I have a SSIS 2008 package that calls about 10 other SSIS packages (legacy issues, don't ask).
Each of those child packages loads a specific file into a table. But sometimes one or more of these input files will be missing.
How can I let a child package fail (because a file is missing) but let the rest of the parent package keep on running?
…