Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to capture Returned value from Execute
Message
 
 
To
24/05/2012 10:47:57
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01544276
Message ID:
01544280
Views:
20
>>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

Thank you. I will try this.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform