I am considering to setup a low-end development machine for personal use. Any suggestion about used machines? (I think a low end serve/high-end work station will suffice the needs). I am planning to run Win 2008, SQL Server,TFS on it. Also, please share some details on the cost, if you have setup something like this.

link|improve this question
1  
Are you seriously asking "How much does a computer cost?"? – Ignacio Vazquez-Abrams Jan 21 '11 at 6:22
1  
Asking about pricing for equipment is frowned upon. – brandon927 Jan 21 '11 at 7:55
Sorry, if my question offended you, however I just wanted to get general idea about cost for putting together a low-end server. Look at the answer below by typoknig, thats all I was looking for - it helps me decide how much needs to be my budget. – patelsan Jan 22 '11 at 0:52
feedback

closed as not constructive by Ignacio Vazquez-Abrams, Stephen Jennings, akira, Sathya, Joe Taylor Jan 21 '11 at 9:41

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

3 Answers

up vote 0 down vote accepted

If this machine is going to be a "personal" development server (i.e. just for you) then there is no reason (unless you have specific cause) to put a lot of money into hardware. Since you want to run Windows Server 2008 you will need a 64 bit machine. Look for an a old Gateway or E-machine, lots of them had 64 bit AMD processors (like the 3700+) and can be purchased used on Craigslist or Ebay for cheap. This is what I would do unless I have a specific reason not to (see the note below).

Note:

It should be noted though that some technologies included with Windows Server 2008 require that certain hardware specs be met before use. For instance Hypervisor requires a processor capable of hardware virtualization (which is not supported by the processor I mentioned). If you know you want to work with a technology like Hypervisor which is included with Windows Server 2008 make sure the hardware you purchase meets the required specs.

link|improve this answer
Thank you for useful inputs. – patelsan Jan 22 '11 at 0:47
feedback

If you get a fairly high-end desktop machine with lots of RAM and Intel-VT/AMD-V, you could run the servers in virtual machines, using VMware Server, VirtualBox or VirtualPC (all free).

You can later move these same virtual machines onto their own dedicated machine running Hyper-V or VMware ESXi (both free as well), once/if you feel you need the extra power or flexibility.

link|improve this answer
feedback

How "low" is "low-end"? I have two old desktop machines from a previous employer that were being disposed of that I've used as dev "servers". Dual Core 2GHz, 2GB RAM, 80GB HD. Cost: Free. Look on local sites, craiglist, ebay for local delivery. You shouldn't really need to spend much, if any money.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.