Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Stored Procedures + Views

Author  Topic 

alebey
Starting Member

17 Posts

Posted - 2001-07-14 : 18:36:35
Which is more efficient (speed-wise)?

A. To have a "complex" view and have a stored procedure do a SELECT * FROM view

B. To have the SQL code for the view inside the stored procedure itself

Thanks for your input.

   

- Advertisement -