Articles

Page 5 of 11 — showing articles 73 to 90 of 188

Reordering Concatenation Operator Inputs

Rugby Union

It makes sense for the optimizer to consider reordering the inputs to a concatenation when less than the full potential result set is needed. Surprisingly, SQL Server does not do this in general.

SQL Server Temporary Object Caching

Caching Squirrels

Deep dive into SQL Server temporary table and variable caching, including common misconceptions and practices that disable this optimization.

Locking and Performance

Locking Performance

The type and number of locks acquired and released during query execution can have a surprisingly large impact on performance, even if no waiting or blocking occurs.

The Read Uncommitted Isolation Level

Choas

The guarantees provided by the weakest of the standard transaction isolation levels. Includes examples of less well-known concurrency effects.