Posted by Erland Sommarskog on 11/06/07 22:31
(kevin@nu-urbanmusic.co.uk) writes:
> anyway.. so in SQL Server managment studio i found the "Views" section
> (sorta like tempory tables i presume) and popped this into a new one
> call kev_bin.
Views are just a logical concept. Except for indexed view, they are not
materialised, and they are expanded so that the optimizer works with the
expanded query. That is, essentiall a macro.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
[Back to original message]
|