Articles

Page 8 of 11 — showing articles 127 to 144 of 182

Optimizing T-SQL queries that change data

Change

Optimizing the performance of SQL Server INSERT, UPDATE, DELETE, and MERGE statements. Execution plan analysis and undocumented trace flags. Narrow (per-row) and wide (per-index) plans.

MERGE Bug with Filtered Indexes

Another MERGE Bug

A SQL Server bug with unique filtered indexes. Covers narrow update plans and the Split, Sort, Collapse operator combination.

Query Optimizer Deep Dive—Part 4

Deep Dive 4

Internal operation of the SQL Server query optimizer. Writing queries that will take advantage of the optimizer's relational reasoning.

Query Optimizer Deep Dive—Part 1

Deep Dive 1

The SQL Server query optimization pipeline, early stages of compilation, and cardinality estimation. Includes trivial plans.