restore .dat

N

nik

Hi,

I have a .dat file, which I have been told to restore to sql server.

Using the SQL server Management Studio Express:
I right click and choose Restore Files and Filegroups
Put in a database name
Select the .dat file as a device
hit OK

I get an error:
An exception occurred while executing a Transact-SQL statement or
batch. (Microsoft.SqlServer.Express.ConnectionInfo)
The media set has 2 media families but only 1 are provided. All
members must be provided. RESTORE DATABASE is terminating abnormally.
Microsoft SQL Server, Error: 3132


I've read that the problem may be that I have 2 destinations
specified. But I don't know what that means or how to fix it and only
specify 1.

Thank you for your help,
Nik
 
N

nik

Hi,

I have a .datfile, which I have been told to restore to sql server.

Using the SQL server Management Studio Express:
I right click and choose Restore Files and Filegroups
Put in a database name
Select the .datfile as a device
hit OK

I get an error:
An exception occurred while executing a Transact-SQL statement or
batch. (Microsoft.SqlServer.Express.ConnectionInfo)
The media set has 2 media families but only 1 are provided. All
members must be provided. RESTORE DATABASE is terminating abnormally.
Microsoft SQL Server, Error: 3132

I've read that the problem may be that I have 2 destinations
specified. But I don't know what that means or how to fix it and only
specify 1.

Thank you for your help,Nik

PS. The .dat file is supposed to be the backend for Access, that's why
I've posted here.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top