Convert SQLExpress 2005 .mdf to 2008 .mdf ?
- by Pricey
Hi I have a Visual Studio solution and an ASP.NET MVC project that uses an mdf sql express 2005 database file in the App_Data. I want to know how I can upgrade this file so it works for sql express 2008 ?
Thanks