I have a SQL Server 2005 .mdf
file I need to install on a server. Can I simply install SQL Server 2012 Express and attach the .mdf
file without any issues, or should I stick to 2005 Express to eliminate any issues that may arise?
I should also add it needs to support a ASP.NET 3.5 website.
Cheers