Is it possible to call a stored procedure from another?
![]()
| SitePoint Sponsor |

Is it possible to call a stored procedure from another?
![]()





Just use the EXECUTE command.
You can get any output params into local variables or a recordset into a temporary table.
Bookmarks