Backup a simple model database
When restore to another server's database, path is correct and tick overwrite existing database and change to simple model in options
Error occurs
The media set has 2 media families but only 1 are provided
|
Backup a simple model database When restore to another server's database, path is correct and tick overwrite existing database and change to simple model in options Error occurs
| |||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
What version of SQL you are using? Are you trying to restore system database -MODEL or an user database? Are you restoring using GUI or TSQL? You might try running RESTORE FILELISTONLY to see the contents of the backup file. | |||
|
feedback
|
|
Looks like the backup consist of two files, but you restore only one of them. | |||
feedback
|
|
I assume that the backup you took was a Full backup rather than a differential. | |||
|
feedback
|