SQL Server 2005, Database recovery mode = FULL; Nightly Maintenance plan performs database full backup, followed by a transaction log backup
In spite of this, the transaction log for our production database is growing at a rate of almost 1G per day
Help! - 1. How do I contain growth of the Transaction log? 2. What is the use of the transaction log, since I am replicating transactions to a DR site? (Do I even need FULL recovery mode in a replication scenario?)
View Complete Post