SQL Server Forums
Profile | Register | Active Topics | Members | Search | Forum FAQ
 
Register Now and get your question answered!
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 General SQL Server Forums
 Database Design and Application Architecture
 Putting all my DB on one resource heavy VM OR NOT
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

shebert
Yak Posting Veteran

85 Posts

Posted - 04/12/2012 :  11:37:28  Show Profile  Reply with Quote
Hi all
here is the situation, i have three main db engineering, ERP and contractors. these servers are between 3-6 years old.

we have several C# webtools and ssis reports that can pull massive data from all three servers.
i have used indexing and remote procedure calls to make them bearable.

MY QUESTION IS:
I am planning to get Two or Three massive new servers, cluster them with windows 2008 r2 and setup virtulization.
given all the other server i must virtualize only one of the two/three servers will be used to host virtual sql servers.

Is it better to setup three seperate virtual DB servers on one of the new machine
OR

setup ONE DB server Vitrual containing the databases from all 3 physical db

OR

setup ONE DB server Vitrual, containing three instances of sql server for the 3 physical db

Any thoughts would be appreciated..

Steve

Zar Shardan
Starting Member

Australia
5 Posts

Posted - 04/18/2012 :  07:00:53  Show Profile  Reply with Quote
Putting all 3 DBs on a single DB server instance will probably save you a few GBs of physical RAM (no need to host 2 extra instances of OS and DB Engine code) and will allow SQL Server to better handle peak loads in all 3DBs granted these peaks do not coincide very often. On the other hand in this scenario said load can affect the other 2 DBs (reduced performance) so you would need to keep that in mind.

LiveDoco - MS SQL Server structure explorer and documentation tool

Edited by - Zar Shardan on 04/18/2012 09:05:37
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
SQL Server Forums © 2000-2009 SQLTeam Publishing, LLC Go To Top Of Page
This page was generated in 0.05 seconds. Powered By: Snitz Forums 2000