The attached SQL is executed by the OLEDB Source of the Data Flow.
The 16 returned records need to be split by the condition on the AvgInStock table.
If AvgInStock < 40 then direct all such rows to File1.txt
If AvgInStock >= 40 then direct all such rows to File2.txt
What is my most preferred way to do it in BIDS 2008 ?