My query hits hits 7 tables via joins but lately it has started giving me a deadlock error and this problem came overnight. I have run the same query many times before but it never ran into a deadlock problem.
I ran DBCC TRACEON (1204) to get more relevant information but it does not tell me the other process that is involved in the deadlock. The error that I get is...
"Transaction (Process ID 76) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction."
How do I find out the other process that is involved in the deadlock?
In a normalised form of frustration
!! Help needed badly.
Much thanks.
I ran DBCC TRACEON (1204) to get more relevant information but it does not tell me the other process that is involved in the deadlock. The error that I get is...
"Transaction (Process ID 76) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction."
How do I find out the other process that is involved in the deadlock?
In a normalised form of frustration
![[thumbsdown] [thumbsdown] [thumbsdown]](/data/assets/smilies/thumbsdown.gif)
Much thanks.