Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Installing SQL 2000

Status
Not open for further replies.

mark2020

MIS
Mar 22, 2002
42
US
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?

Thanks for your help....
 
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.


Here are some additional links that should prove helpful.

File Location Tips

Physical database design

Know Your RAID Levels

Optimizing SQL Server Performance Using Files and Filegroups

Will placing the MDF files and the LDF files on two different physical hard drives help?
Terry L. Broadbent - DBA
Computing Links:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
 
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?

Thanks for your help.
 
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:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top