INFO: Information on DBCC 1204 (Deadlock) Output |
Q103855
If a deadlock problem is encountered, it is often useful to use the DBCC 1204 trace flag to gather additional information. 1204 prints out the deadlock chains and victim.
An example of a 1204 output is below:
*** Deadlock detected - process 5 trying to wait on process 1
Deadlock chain -->
LOCK REQUEST INITIATING DEADLOCK: LOGICAL:
SH_PAGE at 0x1887551e
lockid=6074 spid=5 dbid=6Process 1 waiting on Process 5 for resource: LOGICAL.
lockid=4301 spid=1 dbid=6BLOCKED by spid 5 with the following lock:
lockid=4301 spid=5 dbid=6
pstat=0x0100[ ]
Process 5 was selected as victimYour server command (process id #5) was deadlocked with
Caller is deadlock victim (5: 0x0100)
Additional query words:
Keywords : kbother
Issue type : kbinfo
Technology : kbSQLServSearch kbAudDeveloper kbSQLServ420OS2
|
Last Reviewed: February 6, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |