Home Forums SQL Server 2012 SQL 2012 - General SQL2012SP1, simple recovery, transaction log full, can't add another, won't grow RE: SQL2012SP1, simple recovery, transaction log full, can't add another, won't grow

  • Looking at

    SELECT * FROM sys.dm_exec_requests where command like '%LOG%' or command like '%CHECKPOINT%' or wait_type like '%LOG%'

    I see a CHECKPOINT command with a wait_type of LOGMGR_RESERVE_APPEND, and some other lines. I am suspicious that if I just had more knowledge, I could deduce something useful from the information in that view.