Re: SQL Server file setup across different volumes
From: Andrew J. Kelly (sqlmvpnooospam_at_shadhawk.com)
Date: 12/01/04
- Next message: Pete Ocasio: "Re: Cannot restore database from a remote server"
- Previous message: Andrew J. Kelly: "Re: Install SQL server 2000 on XP SP2"
- In reply to: Andrew Duncan: "SQL Server file setup across different volumes"
- Next in thread: Andrew Duncan: "Re: SQL Server file setup across different volumes"
- Reply: Andrew Duncan: "Re: SQL Server file setup across different volumes"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 1 Dec 2004 08:54:57 -0500
Andrew,
It's not clear what those drive letters really represent. For instance are
C: & D: really two separate drive array's or just two logical drives on one
physical array? And what Raid level are the arrays or are they even arrays
at all? Ideally you want the log and data files to be separated from each
other and the log file should be on it's own Raid 1 array. Tempdb usually
can be on the same drive array as the data as long as it is not very heavily
used and it is a decent array to begin with.
-- Andrew J. Kelly SQL MVP "Andrew Duncan" <andrew@duncanhcmc.com> wrote in message news:1e44a8ca.0412010035.5c39f086@posting.google.com... > Hi, > > I've been looking to sort our SQL Server configuration out, which grew > from a very small setup on a single disk to what is now a reasonably > high volume database. > > Two things I am bearing in mind is that a: tempdb should be on > separate physical disk from application database and b: log and data > files should be on separate physical disks. > > My thoughts were as follows and I'd appreciate any comments as to > whether this is the right choice: - > > C: OS > D: MSSQL Programs + system databases > E: Application db data file(s) > F: Application db log file(s) > > I think this covers my two points above correctly. One thing I wasn't > sure about was whether the log file for the system databases (esp. > tempdb) should also go on F: or not. > > Any comments/opinions welcome > > Andrew Duncan
- Next message: Pete Ocasio: "Re: Cannot restore database from a remote server"
- Previous message: Andrew J. Kelly: "Re: Install SQL server 2000 on XP SP2"
- In reply to: Andrew Duncan: "SQL Server file setup across different volumes"
- Next in thread: Andrew Duncan: "Re: SQL Server file setup across different volumes"
- Reply: Andrew Duncan: "Re: SQL Server file setup across different volumes"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|