I need to install SQL Server 2008 on the server. I wanted to know which edition of SQL Server 2008 would scale for the usage of 350+users. Can you please share your views to select on which would be more appropriate?
- SQL Server 2008 Datacenter
- SQL Server 2008 Enterprise (32/64bit)
- SQL Server 2008 Standard
- SQL Server 2008 Developer
- SQL Server 2008 Workgroup
Thanks,
With only user counts to go on and no idea how well the DB is architected AND how well written/designed the software application is for scalability makes this question very hard to say whether you will have scalability problems. Scalability of SQL Server has been well tested but often it is not SQL Server’s fault that something is scaling badly. It is often a failing of the application code or a poor DB design.
However, with what you have given us information wise…..
Options 1-3 should be fine in general for that many users.
Option 4 is only meant to be on a developers workstation.
Option 5 is meant for small teams / users.