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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Seperate data and log files for system databases

Status
Not open for further replies.

jonwolds

Programmer
Aug 6, 2002
194
0
0
GB
Hi,

Is it worth moving the system database data and log files from the default location on the c:drive to the disks set up specifically for sql server data and log files?

Thanks
Jon
 
Depends on whether or not you have a lot of room on C: for the TempDB to grow as needed. If you only have a couple of GBs, then yes, it is well worth it. TempDB can consume a LOT of space when doing heavy queries or transactions.

We usually don't stick our system DBs on the C: drive because we partition C: so small specifically only for OS files and then stick everything else on a SAN. We also now keep all System data & log files on their own drive, and have a separate drive for UserDB data files and a separate drive for UserDB log files. It's quite efficient. @=)



Catadmin - MCDBA, MCSA
"No, no. Yes. No, I tried that. Yes, both ways. No, I don't know. No again. Are there any more questions?"
-- Xena, "Been There, Done That"
 
Here is an FAQ on setting up the disks for a SQL Server faq962-5747.

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top