Tagged Questions
6
votes
1answer
181 views
Deadlock graph with a lock on an index on a seemingly unrelated table
I have a deadlock graph from a deadlock where one process is doing a SELECT and one is doing an UPDATE. This seems like the classic case where the SELECT gets a NCI lock to perform a join and then a ...