Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Execute a procedure from within a SQL select
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
01072912
Message ID:
01072938
Vues:
25
You can only run a stored procedure from INSERT INTO command. See Re: How can I know if a folder exist Message #962432 for example.

>Is there a way to execute a procedure from within a SQL select?
>Such as this sample:
>
>
>
>select
>name,
>(exec dbo.GetAccountBalance customer.AccountNumber) as AccountBalance
>From customer
>
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform