Does anyone know if you can call a stored procedure from another stored
procedure in SQL Server 6.5, and if so, what is the syntax.
Thanks in Advance,
Jason
Does anyone know if you can call a stored procedure from another stored
procedure in SQL Server 6.5, and if so, what is the syntax.
Thanks in Advance,
Jason
This should work...
EXECUTE your_sp_name
> Does anyone know if you can call a stored procedure from another
> stored
> procedure in SQL Server 6.5, and if so, what is the syntax.
> Thanks in Advance,
> Jason
1. QUESTION: How can I call a Stored Procedure from another Stored Procedure
I need to access the results of stored procedure sp_1 inside of stored
procedure sp_2.
sp_1 takes three parameters and returns a result set of data.
Help. Thanks!
Keith Messing
2. query optimization scenarios 17,701 times faster!!!
3. Calling A Stored Procedure from another Stored Procedure
5. calling a stored procedure inside a stored procedure
6. Linked tables: Access 97 to SQL 7.0, Integrated Security
7. Calling a Stored Procedure from a Stored Procedure
9. Call a stored procedure in another stored procedure
10. Calling a Stored Procedure from a Stored Procedure
11. How do I call a stored procedure from another stored Procedure
12. Can I call a stored procedure from a stored procedure
13. Calling Java Stored Procedure from SQL Stored Procedure