Quantcast
Channel: SQL Server Database Engine forum
Viewing all articles
Browse latest Browse all 15930

Deadlocks missing information - temp objects?

$
0
0

I am experiencing deadlocks in an application (example below) but the information about these from the management views does not have a lot of information in them.

1. The sql handles have no corresponding statement attached to them

2. The object being referred does not exist in the db 

Not much to go on here, basically just the database id. I have searched in the database for the sql handle and the objects but they do not exist. The db has not been restarted. Could these be caused by temporary objects created by the application in runtime and then being deleted?

<process id="process8bd4c8" taskpriority="0" logused="39716" waitresource="KEY: 12:72057647183167488 (cf00dd8acfbe)" waittime="2491" ownerId="264030080" transactionname="user_transaction" lasttranstarted="2012-10-17T09:03:08.800" XDES="0xa5c74e90" lockMode="S" schedulerid="4" kpid="3480" status="suspended" spid="93" sbid="0" ecid="0" priority="0" trancount="1" lastbatchstarted="2012-10-17T09:03:08.797" lastbatchcompleted="2012-10-17T09:03:08.793" clientapp="XXX" hostname="XXX" hostpid="6784" loginname="XXX" isolationlevel="read committed (2)" xactid="264030080" currentdb="12" lockTimeout="4294967295" clientoption1="538968096" clientoption2="128056">   
        <executionStack>    
          <frame procname="" line="89" stmtstart="6584" stmtend="8144" sqlhandle="0x03000c00ec8065584d17c000949f00000100000000000000">             
      </frame>     
        <frame procname="" line="187" stmtstart="12348" stmtend="12468" sqlhandle="0x03000c0040cef34c5413c000949f00000100000000000000">     </frame>     
        <frame procname="" line="1478" stmtstart="95392" stmtend="95624" sqlhandle="0x03000c00c81d824b2e419b00ce9f00000100000000000000">     </frame>    
      </executionStack>    
        <inputbuf> Proc [Database Id = 12 Object Id = 1266818504]   </inputbuf>   
      </process> 


Viewing all articles
Browse latest Browse all 15930

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>