What does SQL Server do if you select more than 1 full backup when doing a restore?
Posted
by Rob Sobers
on Server Fault
See other posts from Server Fault
or by Rob Sobers
Published on 2010-05-27T17:54:47Z
Indexed on
2010/05/27
18:02 UTC
Read the original article
Hit count: 213
I have a backup file that contains 2 backup sets. Both backup sets are full backups. When I open SQL Server Management Studio and choose "Restore..." and pick the file as my device, it lets me pick both backup sets.
The restore operation completes without error, but I'm not sure exactly what SQL server did. Did it restore the first one, drop the database, and then restore the second one? Will it always let the most recent full backup prevail?
It doesn't seem to make sense for SQL server to even allow you to select more than one full backup.
© Server Fault or respective owner