Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to show value from SP in SSMS?
Message
De
11/05/2012 16:04:25
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01543491
Message ID:
01543494
Vues:
43
>Inside a stored procedure I select a value as following:
>
>select @nValue = FLD_VALUE from TableName where FLD_NAME = 'SOMENAME'
>
>Then, during testing, when I execute this procedure in the SSMS, I want to see the value of @nValue. How do I do it?
>
>TIA.


one way is ..

PRINT @nValue

in the sp
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform