I try to avoid doing this. But sometimes, the data processing on DB2 side is too complicated, and it’s necessary to create a procedure on DB2 to do it. Then we need to call the procedure within a SSIS package.
First, create a variable to call the stored proc on DB2 as seen below:
Then create an Execute SQL Task to actually call that SSIS variable(as seen below..settings)
No comments:
Post a Comment