Recently, I upgraded my development computer to Windows 8 and now, I am having hard time installing SQL Server 2005 express on my development machine. My ASP.NET MVC Website project is based on SQL Server 2005 Express. (Entity Framework CodeFirst 5.0)
Now, I am thinking, maybe upgrading my website dependency to SQL Server 2012 Express can be a good idea. But, I read in some sites that, SQL Server 2012 is slower than SQL Server 2008, and SQL Server 2008 is slower than SQL Server 2005. My database tables are very simple, does not require new features of SQL Server 2008 or SQL Server 2012.
I am little confused, can you please give me any suggestion about it ? I mean, is it true that SQL Server 2012 express is slower than SQL Server 2005 express ? If so, then, I will try to stick to SQL Server 2005 express as I really do not need the extra features of SQL 2012.