Claudiofuentes
15 pts. | Dec 1 2008 6:35PM GMT
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?
Mrdenny
46795 pts. | Dec 2 2008 8:02PM GMT
You need to include the first member of the media family.
RESTORE DATABASE YourDatabase
FROM DISK=’D:YourFirstBackupFile.bak’,
DISK=’D:YourSecondBackupFile.bak’






