Possible Duplicate:
SQL Server Express 2008 Install Side-by-side w/ SQL 2005 Express Fails
I was wondering if you can have a SQL Express 2005 and a SQL Express 2008R2 instance installed on the same machine (OS: Windows 7).
I don’t see why you can’t? Someone at work told me you can’t, but I have multiple SQL Express 2008 instances on my machine.
Yes; you can freely mix SQL Server 2005 and any flavor (R2 or not) of SQL Server 2008, and you can have multiple instances of both. 2005 and 2008 do not share any components, so they may as well be two completely independent products.
The only versions of SQL Server that can clash are 2008 with 2008 R2. Installing instances of 2008 and 2008 R2 on the same machine is not supported, as they have shared components that are different versions.