救命啦救命啦,高手来看看啦~~~

解决方案 »

  1.   

    找到方法了,share it to everyone:
    Here is the Solution:1. For Foreach Loop container set "ForceExecutionResult" to "Success" so that this container never failes on execution.
    2. For precedence constraint of all your tasks in Foreach loop container set the "Value" property as "Completion" so that next SQL task get executed only on COMPLETION of previous SQL task and not SUCCESS of previous one.
    3. Set the "FailParentOnFailure", "FailPackageOnFailure" property to "False" for all SQL Task in container. Set "ForceExecutionResult" property to "None" for all SQL Task in container.