I'm getting the following error when I try to attach a database from a .mdf file:
The database cannot be opened because it is version 706. This server supports version 655 and earlier. A downgrade path is not supported
I did a little research and found out that version 706 is a database file from SQL Server 2012, and version 665 is a database file from SQL Server 2008R2
But the weird thing is that I'm using SQL Server Express 2014. Anyone know what I can do about that, shouldn't that work?