Additional SQL Server features and topics not covered by specific categories
Hi @techresearch7777777 ,
you need to restore:
- First restore the latest full db backup
- Second restore just the last differential backup
Just to clarify:
A differential backup contains all the modified data since the last full backup. The differential backups from Monday to Saturday should increase in size.
There is another backup typ called "incremental backup" which contains all the modified data since the last full backup, differential or the the last incremental backup.
To restore a db using incremental backups the order is:
- First restore the latest full db backup
- Restore all incremental backups in the right order (oldest to newest)
----------
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten