Subject | Views vs. Stored Procedures |
---|---|
Author | Steve Summers |
Post date | 2004-07-21T20:21:39Z |
I'm not sure if this is a quick question or not.
If I have a fairly complex select with multiple joins, is there an
advantage to creating a stored procedure to return its result set,
rather than just creating a view?
If I have a fairly complex select with multiple joins, is there an
advantage to creating a stored procedure to return its result set,
rather than just creating a view?