Backup Plan Assessment 1
Backup Plan Assessment 1
Backup Plan Assessment 1
The 3 different types of backups in SQL Server and what they contain
Full Backups - Full backups are complete backups of the database, usually these backups contain
everything within the database.
Differential Backups – Differential backups are backups of files that have been updated since the
previous backup. Essentially if only one table within the database has been altered then only that
table is backed up.
Transaction Log – A transaction log contains every transaction within SQL, such as storing data of
new data within the database. This is useful to maintain as it’s able to assist the restoration of a
database if Transaction log is not corrupted.