log_reuse_wait_desc = ACTVE_TRANSACTION

  • Hi,

    In sys.databases table the log_reuse_wait_desc shows ACTIVE_TRANSACTION in msdb database, could anyone help me why the log_reuse_wait_desc shows that?

    probably the trn log is full? or something else?

    appreciate the help!

  • There is an active transaction going on in MSDB.

    Jobs updating sysjob..... tables, database mail updating sysmail.... tables etc, could be a whole range of things.

  • ok, which this situation what steps needs to be follow?

  • Wait for the transaction to finish.

  • None unless the transaction stays there for abnormally long time and the log is growing out of control.

    Please read through this: http://www.sqlservercentral.com/articles/Transaction+Log/72488/

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Can I go ahead and shrink the msdb log file?

  • Why do you want to?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • just a thought!

  • Please read through this - Managing Transaction Logs[/url]

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Thanks Gail!

Viewing 10 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic. Login to reply