SQL Server Query Optimization
Get a high-level overview of the secret inner workings of the SQL Server 2012 Query Optimizer.
Read More
Get a high-level overview of the secret inner workings of the SQL Server 2012 Query Optimizer.
Read More
Learn how to use SQL Server 2012 Dynamic Management Views (DMVs) to fine-tune SQL queries.
Read More
Learn how SQL Server fragmentation can affect the performance of a query due to the order of pages and extents in a table.
Read More
SQL Server table partitioning is generally suggested on a natural key. Learn how to implement it when there are child tables.
Read More
Learn about query performance and some SQL Server benchmarking comparisons of the primary key and the clustered index.
Read More