When to Perform a Differential Backup

Perform differential backups as a supplement to full backups. Because they are usually faster and smaller, you can perform them more often than full database backups. They are also typically more efficient because they require less space on media and have a briefer impact on database performance than frequent, full database backups. Additionally, you can use them to minimize the number of Transaction logs you need to recover during a restore, because you would only need to restore those Transaction log backups performed since the differential backup.

 Differential backups are needed to performed when:

 Note: If a database is very active or a long time has passed since the last full backup, then a differential backup could take as long as a full backup.