Where the previous chapter discussed the logical design and syntax of indexes, this one will focus on the physical implementation of indexes. Understanding how indexes are stored and interact with SQL Server and the storage engine is key to better understanding the benefits of indexes and how to make more effective use of them.
This discussion will start with the basics of data storage in SQL Server, including data pages, their format, ...