Chapter 20. Creating and Managing Indexes

IN THIS CHAPTER

Just like the index in this book, an index on a table or view allows you to efficiently find the information you are looking for in a database. SQL Server does not require indexes in order to retrieve data from tables because it can perform a full table scan to retrieve a result set. However, doing a table scan is analogous to scanning every page in this book to find a word or reference you are looking for.

This chapter introduces the different types of indexes that are available in SQL Server 2005 to keep your database access efficient. It focuses ...

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.