all groups > sql server (alternate) > february 2006 >
You're in the

sql server (alternate)

group:

SQL Server DB installation


SQL Server DB installation Hank Rouse
2/4/2006 10:07:29 PM
sql server (alternate):
Question, I have a dedicated SQL Server box, just the OS and SQL Server, and
was curious as to where best to setup DB.

Drive Size What
Drive1 73GB OS & SQL Server Software
Drive2 73GB mirror of Drive 2
Drive3 300GB Actual DBs
Drive4 300GB mirror of Drive 3

In doing so, my reasoning would be to leave the OS alone. Will be running
either Windows 2003 server, or 2000 Advanced Server, not sure yet.

Presently have about 4M records archived in different Access DBs, and I know
size will grow to about 33M within 1 year.

TIA,
Hank

Re: SQL Server DB installation John Bell
2/5/2006 1:44:03 PM
Hi

You don't really have enough to play with to make a system that I would go
for. Separating data files from log files and the OS would require another
set of Raid 1 discs. To make your system more resilient the data files would
require another disc on top of that to give Raid 5 although Raid 10 would be
preferable.

You may want to read:
http://www.sql-server-performance.com/rc_hardware_planning.asp

With what you have I would stick data/log files onto the disc 3/4 pair, then
look for more budget.

John

[quoted text, click to view]

Re: SQL Server DB installation Dan Guzman
2/5/2006 2:29:36 PM
[quoted text, click to view]

With the current config, Hank could place logs on the OS mirrored drives.
Isolating data/log files would be best for both performance and
recoverability. I wouldn't expect the OS drives to get hit much on a
dedicated SQL box so I don't see the point on avoiding the OS mirror.

--
Hope this helps.

Dan Guzman
SQL Server MVP

[quoted text, click to view]

Re: SQL Server DB installation John Bell
2/6/2006 12:02:38 AM
Hi Dan

Whatever solution is adopted it is a compromise and not ideal, with the
logs on the OS drive a lack of memory would be significant, but we
don't have that information! Ideally the page file would also be on
it's own disc, although on a dedicated server you would not expect it
to have much use!

Whatever solution the Hank adopts he can always move them afterwards
http://support.microsoft.com/kb/224071/#XSLTH3125121122120121120120

John
[quoted text, click to view]
AddThis Social Bookmark Button