Groups | Blog | Home
all groups > sql server programming > february 2007 >

sql server programming : how to restore database in sqlserver 2000


junior
2/5/2007 11:10:43 PM
Hello,

I am trying to restore my data base from it's backup. but it gives me
the following error.

"The media set for database 'oil_field' has 2 family members but only
1 are provided. All memebers must be provided. RESTORE DATABASE is
terminating abnormally."

Please help me out.

Thanks,

junior
Hari Prasad
2/6/2007 7:01:46 AM
Hello,

Looks like your backup is striped across multiple backup files. In this case
you may need bath files while you restore. Please RESTORE LABELONLY against
the backup file to get
detailed info of the backup file and using that you could use RESTORE
DATABASE command.

Thanks
Hari


[quoted text, click to view]

Paul Ibison
2/6/2007 8:40:17 AM
Sounds like your backup was done to 2 files and you are selecting just one
of them to restore. You can use restore labelonly to get more info. Example
"i" in the following link shows how to restore from multiple files:
http://msdn2.microsoft.com/en-us/library/ms186858.aspx
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com

AddThis Social Bookmark Button