Setup a backup file for restore

MSSQL-Feature-Image

Parepre of backup for restore:
We create a database named “TESTING”.
We create two tables named “TEST_Table_A”, “TEST_Table_B”
“TEST_Table_A” is within filegroup “Filegroup_A”
“TEST_Table_B” is within filegroup “Filegroup_B”

We also need to change the recovery mode to FULL.

We insert some data into tables.

Parepre Backup, We will backup as the following order:
1st Full backup
1st Log backup
1st Different backup
2nd Log backup
2nd Different backup
3rd Log backup
2nd Full backup
4th Log backup
3rd Different backup
5th Log backup
4th Different backup
6th Log backup
Tail-log backup

How to view the information of the backup:

Author: Joe Chan

1 thought on “Setup a backup file for restore

Comments are closed.