September 2010
Intermediate to advanced
1704 pages
111h 8m
English
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 to be able 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 available in SQL Server 2008 to keep your database access ...
Read now
Unlock full access