up vote 1 down vote favorite
1
share [g+] share [fb]

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

link|improve this question

29% accept rate
open up SSMS and right-click ATTACH the database. I do this a dozen times a day, it's quite simple. – Aaron Kempf Apr 22 '11 at 19:26
That's an answer, Aaron, not a comment. You should post it separately, but you should add to it the fact that you have to have SQL Server installed. – David-W-Fenton Apr 25 '11 at 23:46
feedback

2 Answers

up vote 1 down vote accepted

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|improve this answer
feedback

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|improve this answer
updated the question with version of databases – Nazgul Mar 23 '09 at 9:10
feedback

Your Answer

 
or
required, but never shown

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