
DB Restore and Trans Log vs.Differential Backup question
Quote:
> In our small shop we do a complete database backup every day at midnight.
> The transaction logs are backed up every 2 hours.
> Suppose, that instead of backing up trans logs we did a differential
backup
> every 2 hours.
> Won't we be able to restore the database "identically" with either
> approach? Is there any reason to prefer one over the other?
In addition to point-in-time recover capability, doing transaction log
backups helps you manage your transaction log size by truncating the
inactive portion of the log after a log backup.
With the full + diff method, the transaction log doesn't get truncated
unless you do it manually.
Carl Appellof
Legato Systems, Inc.