There is none, this is a mission critical project in his eyes and he has got the green light from accounting already.
Main Topics
Browse All TopicsI am going to be putting together a SQL server for a new dba pretty soon and need an idea of what kind of server he'll need.
According to the dba this will be a MSSQL 2005 monter, 2000+ users a day, multiple queries (tons), changes made daily and also he requested an hourly backup on this as well.
I guess the ones we have on hand are not "beefy" enough for him, so to say, and will be needing a new setup. I usually get Hp proliants since they have been good to us up to this point and seem to be pretty reliable, but open to suggestions.
I know this is not in the realm of software but hope there are some dbs's out there that have some experience with hardware requirements.
Thanks,
Drew
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Given the specs that you've listed (2000+ users a day, multiple queries (tons), changes made daily and also he requested an hourly backup on this as well.) you may want to consider how "beefy" the server needs to be
2000 simultaneous users, or 2000 users throughout the day ?
Just thought I'd metnion that you don't need a powerful server in order to satisfy these needs. (even a laptop can manage an awful lot)
(Obviously it is a trade-off between how mission-critical this system is to you (and how well-designed the datbase(s) are, but you might want to bear this in mind before spending thousands on new hardware)
It all depends on what the server does for you, how large are the tables, how complex the queries are, how much resource is being done by CLR functions or calls to dlls with sp_oacreate or xp_cmdshell... you get the picture I hope. You can swamp a server with a few users or have 2000 users that hardly bother it based on what you are asking it to do. If you want a server that is ready for anything then think about things like very high speed disk subsystems, separate disk subsystems for tempdb and for log files than for the application databases, as much RAM and processor as you can afford. I am kind of partial to dual or quad combinations of the Dual-Core Intel® Xeon® processor 5160 3.00 GHz. If you really want to see it smoke consider a solid state drive for tempdb.
More info:
There will be at most 1000+ users on simultaneous user that will process 2-3 SQL queries every few seconds. These tables are designed for a very large robust ticketing system that will also provide inventory and built in ups code for tracking/ creating purposes.
*The total size of the db now is sitting at 30GIG (this is over 6 months)
I have my eye on this server from hp. ProLiant ML370 G5 Server series
Thanks,
Andrew
Having just taken a look at HP's website, the main spec is:
2 x DualCore Xeons
RAM (upto 64Gb)
Max internal drives: 16
Storage type: Hot plug 2.5 SAS or Hot plug 2.5 SATA
--
For the database to have already reached 30Gb, it is likely that the database design has been properly thought through (obviously there is no way for us to tell)
1000 users at an average of 2.5 seconds between queries gives an estimate of 400 queries / sec.
You obviously also expect the system to grow, and need to cater for this growth as early as you can.
---
So, based on the information so far, the HP "Proliant ML370 G5" would seem a reasonable choice.
Since a RAM upgrade is probably the simplest and cheapest component to upgrade, I would suggest going for either 4Gb or 8Gb RAM.
And, as for storage, SATA should be fine (though you may want to consider doubling up on drives (in order to configure a RAID) .... and also to give ample extra space for local backups
Remember to enable AWE memory, and to configure any SQL Maintenace plans.
--
Business Accounts
Answer for Membership
by: SjoerdVerweijPosted on 2007-12-21 at 09:22:03ID: 20514998
What's the budget?