Hello group,
I'm currently playing with SSIS 2012 and notice that the variables sharing between packages seems to work a bit different in that new version. I've searched Google but can't find anything much interesting (guess I'm either not good at searching or SSIS 2012 is too recent :-) ).
What I'm trying to achieve basically is that I'm filling a recordset with some information and then distribute the result of the recordset into multiple variables while being in a For Each Loop. That loop calls afterwards packages that needs to access thoses variables content.
I've seen information about project parameters but I don't think it applies here as it's really variable I should deal with (unless I'm totally wrong).
Any help would be appreciated.
Thanks!