Deadlock Priority SQL Server
- Kunal Ranpura
- Jan 12, 2020
- 1 min read
Specifies the relative importance that the current session continue processing if it is deadlocked with another session.
--Deadlock Priority of high make sure your session is not deadlocked by any other session
SET DEADLOCK_PRIORITY HIGH
--Other options with deadlock priority is medium and low
Comments