Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to capture Returned value from Execute
Message
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
How to capture Returned value from Execute
Miscellaneous
Thread ID:
01544276
Message ID:
01544276
Views:
52
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?
"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
Next
Reply
Map
View

Click here to load this message in the networking platform