SQL Server transaction log backups: why and how
In the FULL recovery model, transaction log backups are indispensable. They limit data loss, allow point-in-time restores, and stop the log from filling the disk.
Categories:
11 minute read
In the FULL recovery model, transaction log backups are indispensable. They limit data loss, allow point-in-time restores, and stop the log from filling the disk.
11 minute read
A transaction log filling up the disk is a classic DBA problem. Learn how to diagnose blocking issues and properly configure your recovery models.
5 minute read