Link to home
Start Free TrialLog in
Avatar of ainselyb
ainselyb

asked on

How do I restore a .bak file into MSDE 2000

I have a database named graphics.bak from a SQL 2000 server. It is located on my c: in c:\test
What command would I use to restore this?

Avatar of Ted Bouskill
Ted Bouskill
Flag of Canada image

This might work:

restore database graphics
from file c:\test\graphics.bak

If some details are not the same on the previous server and this one, youmight run into an error.
Just post it here, we'll help you out step by step ...

Hope this helps ...
ASKER CERTIFIED SOLUTION
Avatar of Jai S
Jai S
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ainselyb
ainselyb

ASKER

Yveau - I did get an error

The media family on device 'c:\lms_v5_1.bak' is incorrectly formed. SQL Server cannot process this media family.

I can't find a work around??????????
ehm ... where does the file c:\lms_v5_1.bak suddenly come from ?
I could understand if there where problems with the original path of the files, in that case the 'MOVE' clause had to be used, but this error is strange, since you tried to restore the file c:\test\graphics.bak ... right ?