Re: configuration: data and log file
- From: "Andrew J. Kelly" <sqlmvpnooospam@xxxxxxxxxxxx>
- Date: Tue, 11 Jul 2006 23:10:44 -0400
That's not much to go on. But I can tell you that your configuration is near
the bottom of the lie when it comes to performance and availability. Since
neither of these drives are in a fault tolerant drive array you can be in
serious trouble if either of them fails. Plus a single drive is not very
good if you need to do lots of reads or writes. But in any case you want to
always try to seperate your log files from the data files on your user and
tempdb databases. By this I mean you want to place the log files on one
drive and the data files on the other. I would place the log files on Drive
C: and the data on Drive E:.
--
Andrew J. Kelly SQL MVP
"JTL" <jt@xxxxxxxxxxxxxxxxxxx> wrote in message
news:Ogo5rRUpGHA.4996@xxxxxxxxxxxxxxxxxxxxxxx
i have a dell poweredge 1850 rack server with two Ultra320 SCSI Drives -
one 70GB, one 300GB. i'm running sql server 2005 with a 40GB database
(this is the size of the .mdf file). for this type of scenario, what is
the recommended configuration for the sql server data and log files? i
know this is a broad topic, but want to know if i'm at least on the right
track.
currently, i have both the data and log files of the tempdb, as well as my
40GB db, residing on the 300GB drive (Drive E), while the other system
databases are in their default location on the 70GB drive (which also
contains all the system files- Drive C).
i'm not sure if this is the optimal configuration, or whether i should
separate the drive locations for just the log files.
if anyone can at least point me toward a good article on sql server
hardware configurations that would be great.
tia,
jt
.
- Follow-Ups:
- Re: configuration: data and log file
- From: JTL
- Re: configuration: data and log file
- References:
- configuration: data and log file
- From: JTL
- configuration: data and log file
- Prev by Date: Re: SQL 2005 backup issues?
- Next by Date: RE: Setup and Collation and four western languages
- Previous by thread: configuration: data and log file
- Next by thread: Re: configuration: data and log file
- Index(es):
Relevant Pages
|