Skip to main content

Articles

Practical articles on database administration, architecture, and operations.10 articles published.

One Row. Two Indexes. One Deadlock.

SQL Server deadlocks do not require two different rows. One row, two index structures, two sessions acquiring them in opposite order — that is enough for a cycle.

SQL Serverdeadlockslockingconcurrency