If there is an error, how can I exit from SSIS package

前端 未结 1 1767
天涯浪人
天涯浪人 2021-01-07 06:07

I have a SSIS package that has a Sequence Container with serveral Data Flow Tasks in it. If any Data Flow in the Sequence Container incurs an error, I want the package to ex

相关标签:
1条回答
  • 2021-01-07 06:39

    Make sure that your steps and containers all have MaximumErrorCount setting to at least 1.

    0 讨论(0)
提交回复
热议问题