View Full Version : Calling Stored Procedure from SQL Function


neoklis
07-17-2009, 01:13 AM
Hi all,

I am looking for info over web but I can't find anything related.. So I post my question here.. Can a stored procedure be called from an SQL Function and how..?

Thank you

neoklis
07-17-2009, 01:50 AM
I 've just read that a stored procedure cannot be executed from SQL Function, so i have to think of something else..

Thank you

SQL_Hell
07-20-2009, 01:05 AM
Its the other way round, functions should be called within stored procedures