Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Stored Procedures   (RSS)

Stored procedures with output parameters

When executing Stored Procedures with the Execute SQL Task, SSIS passes the statement to the underlying provider without parsing it. While efficient, the different ways of handling the input between the various providers can be a little frustrating. I
 
Page view tracker