I will be installing SQL 2000 on a server with three hard drives. Should I put the Program files and the data files on separate hard drives? Is there other ways to get better performance with three hard drives?
Definitely place the program files, data files and transaction log files on different drives. Do you have RAID arrays installed or just three physical drives?
You should read some articles about configuration and file pacement. The SQL Server Operations Guide is a good resource. See chapter six.
I have two Raid 1 arrays (18GB in size) and one Raid 5 array
(100GB in size). I was going to install the operating
system on one Raid 1 array and logs files on the other. Then
install the database on the raid 5 array. This is all
hardware raid. Do you place the databases and log files on
these seperate drives during setup? Also, what is the best place for the program files?
I can't remember if you can specify the LOG location for the system databses during SETUP. I don't belive that you can. You can change them after setup though we don't move system log files on our servers.
You can specify the lcoation of user databaes when creating them.
We have always used the default location for the SQL program files. Terry L. Broadbent - DBA
Computing Links:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.