Wednesday, March 24, 2010

SSIS – Call a Procedure in DB2

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:

image

Then create an Execute SQL Task to actually call that SSIS variable(as seen below..settings)

image

No comments:

Post a Comment