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.
| 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 viewB. To have the SQL code for the view inside the stored procedure itselfThanks for your input. |
|
|
|
|
|