Call a Stored Proc from a View

  • I am a newbie so be gentle...I was wondering if it was possible to call a stored procedure from a view.

    And if so, can you give me an example on how.

     

    Thx

     

     

  • Not possible.

    If you need a parametered module to send a select that can be used in a join or a view, you have to make it as a table function.

  • Agree. Not possible.

    You could go for the other approach, select from a view (or many) inside a Stored Procedure...

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply