Chapter 22. Creating and Managing Views in SQL Server

IN THIS CHAPTER

Views offer a window into your data that does not require physical storage. They are essentially virtual tables that are defined by a SELECT statement. This chapter describes the benefits and advantages of these powerful database objects.

What’s New in Creating and Managing Views

Much of the core functionality associated with standard views has remained unchanged in SQL Server 2005. There have, however, been some significant changes related to indexed views. These changes include an expanded set of views that can be indexed. ...

Get Microsoft® SQL Server 2005 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.