Hi again,
Can someone help me understand how to probperly read the information in a deadlock...
I can see what sp it causeing it...and I see that it is a page lock...I think I need to know how I should go about debugging this log entry...any suggestions...maybe even a good tutorial...I have looked at a number of them but they have not been clear enough..
CES
Can someone help me understand how to probperly read the information in a deadlock...
Code:
ResType:LockOwner Stype:'OR' Mode: IX SPID:68 ECID:0 Ec:(0x51913598) Value:0x5b081bc0 Cost:(0/0)
Victim Resource Owner:
ResType:LockOwner Stype:'OR' Mode: IX SPID:68 ECID:0 Ec:(0x51913598) Value:0x5b081bc0 Cost:(0/0)
Requested By:
Input Buf: RPC Event: SB_IVR_DIALER.dbo.[STOREDPROCEDURE];1
SPID: 56 ECID: 0 Statement Type: UPDATE Line #: 29
Owner:0x4ea7ec80 Mode: S Flg:0x0 Ref:0 Life:00000001 SPID:56 ECID:0
Grant List 2::
PAG: 9:1:236473 CleanCnt:2 Mode: SIU Flags: 0x2
Node:2
ResType:LockOwner Stype:'OR' Mode: IX SPID:56 ECID:0 Ec:(0x6D08F598) Value:0x60464620 Cost:(0/0)
Requested By:
Input Buf: RPC Event: SB_IVR_DIALER.dbo.[STOREDPROCEDURE];1
SPID: 68 ECID: 0 Statement Type: UPDATE Line #: 29
Owner:0x68e89220 Mode: S Flg:0x0 Ref:0 Life:00000001 SPID:68 ECID:0
Grant List 2::
PAG: 9:1:236473 CleanCnt:2 Mode: SIU Flags: 0x2
Node:1
Wait-for graph
Deadlock encountered .... Printing deadlock information
I can see what sp it causeing it...and I see that it is a page lock...I think I need to know how I should go about debugging this log entry...any suggestions...maybe even a good tutorial...I have looked at a number of them but they have not been clear enough..
CES