I'm understanding that it's highly recommended putting the tempdb on a separate array from the application dbs and system dbs, but does this mean to separate the tempdb.mdf from the temp.ldf, as well?
If I had E:\, F:\ & G:\ to work with, how would you separate the files? Would this be the best option?
E:\ - *.mdf's (all application & system dbs) & tempdb.mdf
F:\ - *.ldf's (all application dbs, master, model & msdb)
G:\ - tempdb.ldf
Or should I put the tempdb.mdf on G:\ as well??
Thanks for your input.