Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Execute a procedure from within a SQL select
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01072912
Message ID:
01072935
Views:
19
>>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
>>
>>
>
> Mike why not,
>
>what_you_want = ...
>SQLEXEC(sqlHandler,[EXEC your_sp @first_param]= what_you_want,[sql_cursor])
>In your Stored Procedure
>
>SELECT name,....
>from...
>...
this is a SQL procedure not VFP
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform