Calling Stored Procedure from SQL Function

neoklis

Registered User.
Local time
Today, 04:15
Joined
Mar 12, 2007
Messages
80
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
 
I 've just read that a stored procedure cannot be executed from SQL Function, so i have to think of something else..

Thank you
 
Its the other way round, functions should be called within stored procedures
 

Users who are viewing this thread

Back
Top Bottom