Link to home
Start Free TrialLog in
Avatar of ThomBowman
ThomBowmanFlag for United Kingdom of Great Britain and Northern Ireland

asked on

sql server express 2008 limitations

Hi there can you help, I plan to install a piece of software that requires SQL Server Express, the server I will be using will have 2 x XEON Dual core CPU's, I've seen that the express version is not supported for dual core cpu's and I may have to purchase the full SQL Server is this correct? There are only going to be 4 users using this software therefore I'm a bit reluctant to purchase software that is too much for what I need it for.
Can you help
Tom
ASKER CERTIFIED SOLUTION
Avatar of udaya kumar laligondla
udaya kumar laligondla
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ThomBowman

ASKER

thanks guys, the whole point of using the server with 2 dual cores is for the database, seems a bit pointless using a server with 2 processors if they are not going to be utilised, also it will only use 1Gb Ram, and I will have 4 installed.
Looks like I'll need to purchase SQL Server
Avatar of dportas
dportas

For only 4 users you may well get by with 1GB and 2 cores. Depends on requirements of course. OK for many OLTP -type applications, probably not OK for decision support.
you can start with SQL2008 express server and see if it caters the need. if after some time your server starts to show some slowness then you can shift to SQL2008.

one dirty way is to install multiple instances of SQL server and load different databases on different instances. if you install two instances you can take advantage of the system resources.
both of you have answered my question and advised me on the way forward
Thanks guys
Tom