views:

1126

answers:

2

I have a DB I created with SQL Server 2005 and created a backup (*.bak) now I want to restore it with 2008 but ouch, I get the following error:

TITLE: Microsoft SQL Server Management Studio
------------------------------

Restore failed for Server 'SHIMMY-PC\SQLEXPRESS'.  (Microsoft.SqlServer.SmoExtended)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.0.1600.22+((SQL_PreRelease).080709-1414+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Restore+Server&LinkId=20476

------------------------------
ADDITIONAL INFORMATION:

System.Data.SqlClient.SqlError: The media set has 2 media families but only 1 are provided. All members must be provided. (Microsoft.SqlServer.Smo)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.0.1600.22+((SQL_PreRelease).080709-1414+)&LinkId=20476

------------------------------
BUTTONS:

OK
------------------------------
A: 

I don't think it's a 2008 problem, can you install the backup back to sql 2005.

Check out this post.

J.W.
I checked out, I assume I am in deep shoot, I posted a reply right there (it should be last reply now).Thanks anyway.
Shimmy
+4  A: 

When you did the original backup, the 'Destination' window had two different paths listed. You selected one, assuming that the backup would use only that one path. What actually happened was that the backup striped itself onto both paths - half the backup onto each. The restore message you are getting is because the restore wants both halves of the backup, but can only find one.

dsteele
so what do we do, am I deep or not?is there any solution?
Shimmy
not unless you can find the other file; you really only have half the data right now.
dsteele
good.I AM IN DEEP SHOOT!!!
Shimmy