• subscribe
August 28, 2008 12:00 AM

Indexed Views vs. Regular Views

SQL Server Pro
InstantDoc ID #99767

Indexed Views vs. Regular Views

SQL Server 2005 and SQL Server 2000 support indexed views, which are also known as materialized views. When a unique clustered index is added to a view, the resulting indexed view materializes and persists the data in physical storage. Unlike regular views, which are virtual and take up only temporary storage space at runtime, indexed views are permanent and require permanent disk storage. You can read more about indexed views in the SQL Server 2005 Books Online (BOL) documentation at www.microsoft.com/technet/prodtechnol/sql/2005/impprfiv.mspx.



ARTICLE TOOLS

Comments
    There are no comments to display. Be the first one!
You must log on before posting a comment.

Are you a new visitor? Register Here
  • SP1?
    I know there is a SP1 for SQL 2008 R2 available....and there is a "feature pack" as well... ...
  • SQL database mirroring
    I have SQL Server 2008 R2 Enterprise 64bit on Windows 2008 R2 Enterprise 64bit.  Each SQL Server has...
  • Dell Compellent Disk Drive
    Does anybody has experience with Dell Compellent Disk Drive? Basically, this system manages all disk...
  • Sql server performance tuning
    I need to find a tool that help me to optimize sql server,queries,improve the performance and solve ...