Home Forums SQL Server 2005 Backups Can't shrink transaction log on sql server 2005 Standard edition, 64 bit RE: 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'