Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to capture Returned value from Execute
Message
From
24/05/2012 10:47:57
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01544276
Message ID:
01544278
Views:
27
>Hi,
>
>While testing a stored procedure I execute it in the SSMS query, something like this:
>
>
>EXECUTE MyStoredProc Param1, Param2
>
>
>The stored procedure MyStoredProc has RETURN 'somevalue' code at the end.
>
>How can I capture the returned values in the query? I tried the following:
>
>
>declare @RetVal as VarChar(20)
>@RetVal = EXECUTE MyStoredProc Param1, Param2
>
>
>but I get error. What else could I do?

Hi Dimitry

Right click on the sp in SSMS and select Script As . Execute . To query window.

that'll give you the correct syntax
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform