Sunday, 25 August 2013

SSIS disable passing sp parameter

SSIS disable passing sp parameter

I have SSIS package where I have for each loop which runs stored
procedures. The loop containter pases parameters to the stored procedures.
In some cases I need to pass all parametrs to stored procedure and in
other cases I need to pass only one parameter. Is there any way where I
can set if parameter should be passed or not? Maybe will be it possible
using Expression in Loop container?

No comments:

Post a Comment