Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to capture Returned value from Execute
Message
De
24/05/2012 10:47:57
 
 
À
24/05/2012 10:41:26
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
01544276
Message ID:
01544278
Vues:
29
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform