Can't shrink transaction log on sql server 2005 Standard edition, 64 bit

  • What does log_reuse_wait_desc say?

    Can you run the below stmnt and see what it says?

    SELECT log_reuse_wait_Desc FROM sys.databases

    WHERE name = 'Your_DB_name'

  • Hi, Sreekanth.

    It's set to LOG_BACKUP.

  • Thanks very much, Sreekanth.

    I was told by the SAs that they were doing Arcserve backups on the DB, but after you replied, I checked further, and found they were only doing full backups, so the log has been growing for a very long time.

    I set the DB to simple, cleared the log, set it to full, and did a full backup, and now everything is ok.

  • np...So after changing it back to FULL, have you shceduled T-Log backups?

    Make sure you have got regular T-Log Backups scheduled for any database which is in "FULL" recovery model. If not, the same issue(gigantic log file) will re-occur.

  • Hi, Sreekanth.

    Yes, the backup I said worked was the tran log backup job.

    Thanks for your help, and for verifying I didn't forget to turn on the tran log backups after clearing the log.

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

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