Articles

Page 6 of 11 — showing articles 91 to 108 of 183

The Snapshot Isolation Level

Snapshot

Guarantees provided by the SQL Server snapshot isolation level and some of its surprising behaviours.

Read Committed Snapshot Isolation

RCSI

The detailed behaviour of RCSI compared with locking read committed isolation, including subtle aspects to be aware of.

The Repeatable Read Isolation Level

Repeatable

The guarantees provided by the repeatable read isolation level, including some allowed behaviours you might find surprising.

Statistics on Indexed Views

Nice View

Multiple reasons to prefer using the NOEXPAND hint on indexed views, even on Enterprise Edition.

Nested Loops Prefetching

Prefetched Knowledge

SQL Server nested loops join internals including ordered and unordered delayed prefetching and undocumented trace flags.