Sunday, February 19, 2012

Can a Stored Procedure called from an Inline Table-Valued Function

Hi,

I'm trying to call a Stored Procedure from a Inline Table-Valued Function. Is it possible? If so can someone please tell me how? And also I would like to call this function from a view. Can it be possible? Any help is highly appreciated. Thanks

Hi,

you cannot call a stored procedure from a function. however you can call that function from a view.

|||No stored procedure you cannot call inside a query|||Thanks for the reply guys I really appreciate that. But I was just wondering if there is a way I can access the stored proc results from a view.

No comments:

Post a Comment