Calling a stored procedure from a stored procedure

Calling a stored procedure from a stored procedure

Post by Jason Varga » Wed, 20 Aug 1997 04:00:00



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

 
 
 

Calling a stored procedure from a stored procedure

Post by Joe Bisho » Wed, 20 Aug 1997 04:00:00


This should work...

EXECUTE your_sp_name

> ----------


> Posted At:         Tuesday, August 19, 1997 3:19 PM
> Posted To:         programming
> Conversation:      Calling a stored procedure from a stored
> procedure
> Subject:   Calling a stored procedure from a stored procedure

> 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