Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Best drive to put log or data on?

Author  Topic 

andy1
Starting Member

2 Posts

Posted - 2006-08-30 : 09:24:33
I've read everywhere that to improve database performance I should move my log file to a different physical device on my server.

I was wondering if it is better to move the data file .mdf to a drive that is only used for minor storage, ie less busy device or move the log to the less busy device.

nr
SQLTeam MVY

12543 Posts

Posted - 2006-08-30 : 10:11:53
Probably the data as reads won't affect the log (much).
The difference is that the data will be mainly random access and the log sequential.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

andy1
Starting Member

2 Posts

Posted - 2006-08-30 : 12:04:55
Cheers mate!
Go to Top of Page
   

- Advertisement -