Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to call a stored procedure within a select
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
How to call a stored procedure within a select
Divers
Thread ID:
00984413
Message ID:
00984413
Vues:
54
what would be the correct syntax for calling a stored procedure within a select statement
example:
select set @ctr = @ctr + 1,
(exec dbo.mySP1 @ctr, empfl.empid) 
from empfl
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform