Can we call stored procedure from function
Manish Dwivedi
No. You can’t call a stored procedures in a function but we call a function in a Stored Procedure.
No. You can not call user defined stored procedures. But you can call some extended stored procedures.