I'm working with SQL Server 7 and I made a backup from a DataBase and I need to restore it, but this error appear: "The RAID set for database is missing member number 1". What can I do???
Software/Hardware used:
ASKED:
November 28, 2008 2:00 PM
UPDATED:
December 2, 2008 8:02 PM
when I do a Restore labelonly from “xxx” the result is:
MediaName = null
FamilyCount = 2
FamilySequenceNumber = 2
MediaSequenceNumber = 1
MediaLabelPresent = 0
MediaDescription = null
but I continue with the error when I try to restore. What I have to do to specify all the members of the backup set when doing the restore?
You need to include the first member of the media family.
RESTORE DATABASE YourDatabase FROM DISK='D:YourFirstBackupFile.bak', DISK='D:YourSecondBackupFile.bak'