I found this process very useful to pass metadata about versions of data imported into a master data management system from a child package back to a parent package. You can pass any data types from a child to a parent using this method. Normally I put the script that passes the value from the child to parent package in the post execute event handler. The only reason I put the task in the event handler is for style, as I feel it’s better to put this variable handling code separate from the specific package logic itself.
Steve Fibich : Passing a values back from a child package to a parent package in SSIS
No comments:
Post a Comment