Suppose I have a multi-step SSIS package. I run the package, the first three steps work fine, but an error occurs in step 4. I find and fix the error. Can I re-run the package beginning at step 4, building on the success of the earlier steps, or must I re-run the entire package from step 1?
TIA,
Bill