SSIS Stored Procedure Call

后端 未结 5 1346
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-18 21:19

I\'m trying to call a simple stored procedure which would return a list of names in normal test format, all in a single line. I\'m passing it two parameters, but no matter h

5条回答
  •  萌比男神i
    2021-01-18 21:42

    I cannot recreate your issue.

    I created a control flow with the proc already in existence.

    control flow

    I have my execute sql task configured as

    exec sql task

    My parameters tab shows

    parameter mapping

    When I click run, the package goes green.

    My initial assumption was that you had signaled that you were using a stored procedure and were erroneously providing the EXEC part. I had done something similar with SSRS but even updating the IsQueryStoredProcedure to True, via Expression, I could not regenerate your error message.

    If you are doing something else/different/in addition to what I have shown in the Execute SQL Task, could you amend your question to describe what all functionality the procedure should show.

提交回复
热议问题