I have a package with two Execute SQL Tasks - both exactly the same. The second is set to execute with a precedence constraint of failure.
The reason we have two is in case the first fails (timeout, ect). The problem is that if the first fails and the second is successful, the package still reports as failing. We'd like to report it as being successful.
Is it possible to change this behavior?
Any other thoughts/suggestions would be appreciated!