Trouble with deadlock object id
ginacresse
Posts: 10
We just purchased SQL Monitor and I'm trying to learn how to use it. I'm having trouble identifying the object id for the 'Victor' in a recent deadlock.
Clicking on the Victor process shows this:
RPC Event: Proc [Database Id = 10 Object Id = 170092738]
dbid: 10, object id: 72057595251654656, index id: (1ecb072ce773) DELETE Line #: 469
SQL query fragment:
RPC Event: Proc [Database Id = 10 Object Id = 170092738]
Clicking on the Victim process shows this:
RPC Event: Proc [Database Id = 10 Object Id = 698758588]
Victim process dbid: 10, object id: 72057595236843520, index id: (9539f639141d) SELECT Line #: 24
SQL query fragment:
RPC Event: Proc [Database Id = 10 Object Id = 698758588]
I cannot find object 170092738 when I query sys.objects or sys.all_objects, though I can find the Victim object (it's a stored procedure). How can I determine the object that won this fight?
Clicking on the Victor process shows this:
RPC Event: Proc [Database Id = 10 Object Id = 170092738]
dbid: 10, object id: 72057595251654656, index id: (1ecb072ce773) DELETE Line #: 469
SQL query fragment:
RPC Event: Proc [Database Id = 10 Object Id = 170092738]
Clicking on the Victim process shows this:
RPC Event: Proc [Database Id = 10 Object Id = 698758588]
Victim process dbid: 10, object id: 72057595236843520, index id: (9539f639141d) SELECT Line #: 24
SQL query fragment:
RPC Event: Proc [Database Id = 10 Object Id = 698758588]
I cannot find object 170092738 when I query sys.objects or sys.all_objects, though I can find the Victim object (it's a stored procedure). How can I determine the object that won this fight?
Comments
This forum messageanawers this question.
Regarding the victim object, if you look at the 'Details' tab in Alert Details page then you could view the victim process SPID.
Thanks,
Priya
Project Manager
Red Gate Software