I have the problem that I am using Visual Studio 2013 to create a MDF file and then open it like it is described in this tutorial:
creating-the-membership-schema-in-sql-server
But when I try to attach the database to the MSSQLServer I get error 948 which basicly says:
The database cannot be opened because it is version 706. This server supports version 663 and earlier.
I have read these two articles:
The database cannot be opened because it is version 706. (ASP.net)
From this is assume that it is possible to switch "Visual Studio" to a different SQL Server Version. So I could delete my old file, create a new one (In vS2013 ) and then attach it to my SQlServerExpress.
Could I switch under
Tools-> Options -> Database Tools -> Data Connections
to SQL version (LocalDB)\v10.0 ? And if so are there any reasons to not switch because it could lead to errors or unexpected behavior in VS2013