August 31, 2016 at 3:32 am
Setting up a new server , should I split out system DB data and log files to different drives like the user databases?
As there isn't much activity on these can i just lump all files onto my data drive as its the fastest.
August 31, 2016 at 6:43 am
master, msdb and model should just be left as is, no need to separate them.
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
September 5, 2016 at 4:06 am
Perry Whittle (8/31/2016)
master, msdb and model should just be left as is, no need to separate them.
Thanks Perry I have kept them together.
September 5, 2016 at 4:13 am
TempDB however may well need its own drive or two, depending how much load is put onto it.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
September 5, 2016 at 4:14 am
GilaMonster (9/5/2016)
TempDB however may well need its own drive or two, depending how much load is put onto it.
Exactly what I've been saying
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
September 5, 2016 at 4:17 am
Perry Whittle (9/5/2016)
GilaMonster (9/5/2016)
TempDB however may well need its own drive or two, depending how much load is put onto it.Exactly what I've been saying
Thanks guys, due to my limited disk setup I have had to lump TempDB with user DB log files on a SSD.
The other system DBs are with my user Data files on RAID 10.
September 5, 2016 at 4:24 am
bugg (9/5/2016)
Thanks guys, due to my limited disk setup I have had to lump TempDB with user DB log files on a SSD.
Be aware this is not ideal or recommends at all
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
September 5, 2016 at 4:32 am
Perry Whittle (9/5/2016)
bugg (9/5/2016)
Thanks guys, due to my limited disk setup I have had to lump TempDB with user DB log files on a SSD.Be aware this is not ideal or recommends at all
Yes i am aware of this, my other idea was to use the backup disk drive for the User log files therefore keeping the separate from tempDB. Then send backups to to my mirror box... but not sure how much the backups will impact my mirroring .
Either way its going to be better then the RAID 5 everything is loaded onto at the moment.
September 5, 2016 at 10:59 pm
This was removed by the editor as SPAM
September 6, 2016 at 1:38 am
JasonClark (9/5/2016)
I hope this link helpful for you:-
Probably not, since it's about Policy-Based Management.
This rule checks whether data and log files are placed on separate logical drives.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply