Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
muringer
Starting Member
2 Posts |
Posted - 2005-03-03 : 17:57:48
|
| Some years ago i worked on a website with a db on MS SQL. (6 or 7, i don't remember). I made a backup of the db that i'm trying to restore now on MS SQL server 8. I do a restore from device, and when it arrives on the restore progress box, i got an error, that i dont understand:The media set for database 'mydb' has 2 family members but only 1 are provided. All members must be provided. RESTORE DATABASE is terminating abnormally.I confirm that the file that I have has been created using the backup wizard of MSSQL server.any idea on a solution?I'm bloked on this important problem.Thanks to every one.Patrick |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2005-03-07 : 15:42:43
|
| If the version was 6.5 or lower, then you won't be able to restore this database directly to 2000. You'll first need to restore it to a 6.5 server, then run the upgrade wizard. If the version was 7.0, then please post your RESTORE command that you are using.Tara |
 |
|
|
|
|
|