SQL Server, Is a Seek Always Only a Seek? Singleton Lookup and Range Scan. Part 2 ...some other infos.

Hi guys, Welcome back! If you missed the first part of this post well click here ! We have seen the physical structure of an index and have talked about Singleton lookup and Range Scan . Today, i will show you other details to complete the discussion. It will be a short post but the next time then we will talk about residual predicates and it will be a very interesting topics! Finally, thanks to a suggestion of my friend Alessandro Alpi there will also an other post in which we will talk about composite indexes and how, in this case, the index search takes place. Enjoy the reading! Other infos about Singleton lookup and Range Scan In the previous post, we talked about Singleton lookup and Range Scan . Now we know how record are phisically searched inside an index. We have seen that it is not easy to know which method we are using. In this case DMVs comes to our aid! Dynamic Management Views (DMVs) and Dynamic Management Functions (DMFs) a...