Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New project sql server 2005 or 2008

I'll be starting a new project (asp.net) and I'll be using sql server express. Is there a reason NOT to use sql server 2008?

P.S: I was considering Postgres 8.3 until I did some benchmarking and found out that sql server 2005 express is much faster for my needs (better integration I guess).

like image 458
Mike Avatar asked Dec 31 '22 06:12

Mike


1 Answers

If the choice is between SQL Server 2005 and SQL Server 2008 with no legacy compatibility issues, you should probably go with SQL Server 2008. The jump from 2005-2008 is much smaller than the jump from 2000-2005 was and you get three years extra lifespan for your application for free. A similar question was asked in this Stackoverflow post, with a more in-depth discussion of the subject.

like image 131
ConcernedOfTunbridgeWells Avatar answered Feb 14 '23 03:02

ConcernedOfTunbridgeWells