Which edition of SQL Server 2008 should I install for development purposes?
I'm presuming the developer edition, but...
What I do is (SQL Server 2005 until now):
- Develop databases to plonk onto our web server (that runs SQL Server Express)
- Manage and extend these database using the SSMS (SQL Server Management Studio)
- Develop SQL Server databases as a backend to MS Access apps
OTHER, SECONDARY QUESTIONS:
Can I have SQL Server 2005 and SQL Server 2008 installed on the same dev machine?
The reason for the question is that we are in the process of updating the webserver from a virtual server to a cloud server (Host: www.orcsweb.com). And, as all our databases are quite simple, have installed SQL Server Express 2008, so that future upgrades are less abrupt.
Would you expect any disruption in really simple databases by going from SQL Server 2005 to SQL Server 2008?