|
What is the difference between a full and a differential backup?
(comments are locked)
|
|
Full backup gets all the data and pages. Differential backup only gets the pages that have changed since previous full backup. Ultra-simplified explanation. To get more in-depth information on all things backups check out Paul Randal's blog: http://www.sqlskills.com/BLOGS/PAUL/category/BackupRestore.aspx - Link to his backup/restore articles copy only backups?
Mar 18 '10 at 03:56 PM
Steve Jones - Editor ♦♦
Copy only backup lets you take a backup without affecting your your normal backup sequence and restore procedure.
Mar 26 '10 at 07:09 PM
DaniSQL
(comments are locked)
|
|
Full backup will backup's the complete data available on data file.Diffrential backup backs up the changes made to the database from the previous or last full backup
(comments are locked)
|

