I'm seeing some very strange behaviour when building and running a SSIS Package in Visual Studio:
I have a Script Task that only executes when the containing DataFlow has no Predecessor or I have a break point in my script.
If, the Script Task is simply ignored, all Columns created by the Script Task are NULL.
Has anyone seen this behaviour before?