msdb percent log used above 84%

  • The SQL Server performance counter 'Percent Log Used' (instance 'msdb') of object 'SQLServeratabases' is now above the threshold of 70.00 (the current value is 84.00).

    transaction log space allocated is 1mb, set to automatically grow by 5mb, and is restricted to 100mb. The data file is 77mb, set to automatically grow by 10mb, to size of 200mb. This may have occured because I shrunk the database.

    What do I need to do to rectify this?

  • Based on what you said, I don't think you have a problem.  The log should automatically grow by 5mb if necessary.  BUT, you can eliminate the "percent log used" message by manually expanding the log to 2mb. 

    In Enterprise Manager, right click on the msdb database and select properties.  Click the Transaction Log tab. Click in the "Space Allocated (MB)" column, then change the size to whatever you want.

    Steve

  • To reduce space used in a transaction log, you have to run "BACKUP TRANSACTION".

  • yes you have to make full bakup daily .. and bakup log every 1 hour .. so your transaction log does not grow by large amount.


    Alamir Mohamed
    Alamir_mohamed@yahoo.com

  • If you don't want to do log backups on the msdb database, and I don't know why you would, you can just set the recovery mode to simple.  This will take care of the issue for you.

    Derrick Leggett
    Mean Old DBA
    When life gives you a lemon, fire the DBA.

Viewing 5 posts - 1 through 4 (of 4 total)

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