I have an execute SQL task which is generating a result which I am storing in a variable
then I am moving it into foreach loop Foreeachloop
Now what I am trying to do is the
result I got in Execute SQL task should be loaded into a table and I am using Data flow task for that in the foreach loop as there around 20 odd sever it will execute on.
Thanks
(This follows on from this question: How to pass table variable data into a data flow in ssis)