I am a developer and I wanted to ensure that I have a full MS SQL Server at my disposal if need be.
Can I also install MS SQL Express 2008 on the same box, so I can do small dev projects using SQLExpress instead of MS SQL Server?
I am a developer and I wanted to ensure that I have a full MS SQL Server at my disposal if need be.
Can I also install MS SQL Express 2008 on the same box, so I can do small dev projects using SQLExpress instead of MS SQL Server?
Yes. You will need to install them as Named Instances (say \SQLEXPRESS and \SQL2k8) but they will work just fine.
Yes you can, sql express will install as a named instance. However you can also install up to 16 instances of the full sql server (standard) on the same box. There is no development diference between sql server express and standard. The list of features supported by edition is here. I would probably reccomend sticking with just the full SQL server to cut down on system administration headaches as the express edition service packs are usuallly different than the sql ones (althought they provide the same functionality)