Package calling other package and passing back the control to calling package
i have loop through n number of package master package, idea how implement this?
master package calling child package in each loop , here need loop through n no or rec table , each record needs call child package , return control calling pkg.. need till end of records in table.
child package1 -- called perform task , return control master package
child package2 -- called perform task , return control master package
child package n -- called perform task , return control master package
thanks
neil
something this?
http://microsoft-ssis.blogspot.com/2013/01/master-child-packages-part-1-file-based.html
please mark post answered if answers question | ssis blog: http://microsoft-ssis.blogspot.com | twitter
SQL Server > SQL Server Integration Services
Comments
Post a Comment