Problem with importing an mdf created with SQL Server Express 2008 into SQL Server 2005

Posted by user252160 on Stack Overflow See other posts from Stack Overflow or by user252160
Published on 2010-03-14T10:18:51Z Indexed on 2010/03/14 20:55 UTC
Read the original article Hit count: 618

The question is probably extremely easy to resolve, but I need to resolve it because I need to carry on with my project. I am using SQL Server Express 2008 at home, and I've been working on an ASP.NET MVC app that stores my DB in an mdf file in the project's folder. The problem is that the SQL Server in the Uni labs is SQL Server 2005, and when I try to open the mdf file with the VS Server Explorer,It says that the version of the mdf file is more than the server can accept.

The only option that comes to my mind is exporting the DB as an sql file, just like I've done it thousand times with phpmyadmin. the thing is that the SQL Management Studio Express is not the most usable tool in the world, and for some strange reason all the articles I could find in Google were irrelevant. Please, help.

© Stack Overflow or respective owner

Related posts about sql-server-2005

Related posts about sql-server-express