Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2801

Re: Dump Transaction Log hanging

$
0
0

Hi,

try the following query:

 

select  

     spid

   , cmd

   , blocked

   , status

   , db_name(dbid) as dbname

   , hostprocess

   , hostname

   , suser_name(suid) as loginname

from

   master..sysprocesses

where

   spid = < spid of dump tran process >

 

The column "blocked" will contain the spid of the process which might block your dump tran process.

 

Best regards

 

Christoph


Viewing all articles
Browse latest Browse all 2801

Trending Articles



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