SSIS EXECUTE T-SQL TASK - how can we catch out parameters
hi .. I am using T-Sql task for executing a stored procedure.. this procedure jst returns one value back to me. i could not found a way to achive this.. please help me. its very urgent..... thanks in advance
April 24th, 2011 6:03am

Set the return type to Single Row. Now you will be able to access the Result Set tab. Pass the variable that will hold the returned value into here (assuming OLEDB) map it as Paramter 0 Hope this helps. Let us know how you get on.Peter Carter-Greenan http://sqlserverdownanddirty.blogspot.com/
Free Windows Admin Tool Kit Click here and download it now
April 24th, 2011 10:41am

If your stored procedure returns this value as an OUTPUT parameter, using the Return Type of SingleRow will not work for you. You need to use output parameters on the Execute SQL Task. Talk to me now on
April 24th, 2011 5:20pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics