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

2
  • open up SSMS and right-click ATTACH the database. I do this a dozen times a day, it's quite simple. Commented Apr 22, 2011 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. Commented Apr 25, 2011 at 23:46

2 Answers 2

2

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.

Sign up to request clarification or add additional context in comments.

Comments

0

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.