Easiest?....Because you can't specify it during the setup? Or doing it during the setup is too complicated? I know the "after the fact" way...I was wanting to do it specifically during the setup....Any help with that?
Main Topics
Browse All TopicsI am installing a new SQL Server 2005 Windows Server 2003 OS system.
I want to install my SQL program files in the following design:
RAID1- 2 PHYSICAL DRIVES
C:\ (Windows 2003)
" Microsoft OS
" MSSQL Server installation to \Program Files\Microsoft SQL Server\ directory
" Master, model, msdb data files (mdfs) and transaction logs (ldfs)
RAID5- 4 PHYSICAL DRIVES
D:\ (SQLData)
" All data files
RAID1- 2 PHYSICAL DRIVES
E:\ (SQLLogs)
" All transaction logs (ldf) for user-defined databases
" Tempdb database
I cannot for the life of me find where to specify DURING INSTALLATION, where to place (more to the point) seperate the data files and log files...Please help...Vendor is installing their DB on Monday.
Thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You can Install SQL Server in C drive.
While creating New Database you can define the Path of Database and Log file.
Make sure you have the permission on slected Hard disk Volume.
If you create through Management studion, make sure to create the folder earlier withe relevent name in selected Volume.
If you specify folder name which is not exist, in the disk will return error in creating database.
So I am understanding that DURING SETUP/INSTALLATION...It is not possible to specify a global setting to seperate data files and log files. I must place system on C: and Data on D: and once I create new database I specify a "Homemade" folder in E:...
Then ALTER DATABASE in order to move tempdb to appropriate locations?? Am I right?
you cannot specify the folders during setup, if I am not mistaken (but I might be wrong there)
anyhow, you can change the default DATA location, it's stored in the registry:
http://decipherinfosys.wor
Business Accounts
Answer for Membership
by: elimesikaPosted on 2009-10-10 at 14:57:25ID: 25543999
HI
en-us/libr ary/bb5224 69.aspx
The easiest way is to write an upgrade script that will do that using the ALTER DATABASE command
http://msdn.microsoft.com/