vote up 0 vote down star
1

I have a .mdf which I need to import into MS Access. I have read that .mdf is a Sql Server format so Access wont recognize it. But is there some way I can get the database created in MS Access. I am using Access 2003 and Sql Server 2005

flag

28% accept rate

2 Answers

vote up 1 vote down check

Why not right click the database in SQL Management Studio, click export and then specify the required parameter?

I just checked. Works in my installation of SQL Server 2008.

link|flag
vote up 0 vote down

You could create a new Access database and import the tables from the mdf file into it. You have not mentioned the version of Access or SQL server so it's difficult to be more specific.

Alternatively, if you have access to an SQL Server, you can export the database as an Access .mdb.

link|flag
updated the question with version of databases – Nazgul Mar 23 at 9:10

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.