SQL Server Internal Data Structures
As opposed to the logical query processing discussed in the post SQL Server Logical Query, we are now […]
As opposed to the logical query processing discussed in the post SQL Server Logical Query, we are now […]
The page is the fundamental unit of data storage in SQL Server. An extent is a collection of […]
When you think of B-trees, think “clustered index”. All indexes in SQL Server on disk-based tables are structured […]
Preliminary Information A table can be organized one of two ways: heap or B-tree. If a table has […]
As Microsoft says: “Generally, there are different methods for accessing the data in each table. If only a […]