Quantcast
Channel: Answers for "SSIS data flow Splitting"
Viewing all articles
Browse latest Browse all 4

Answer by IT1

$
0
0
I figured out the answer..... A good way to achieve Control Flow based on a Condition is by using a dummy script task and set the TaskResult property to success. Public Class ScriptMain Public Sub Main() Dts.TaskResult = Dts.Results.Success End Sub End Class You can then add precedence constraints on the Containers/Tasks to direct your control flow. For E.g., Double click on the connecting arrow and Add an Expression as a precedence constraint -

Viewing all articles
Browse latest Browse all 4

Trending Articles