Can tempdb data and log put on on RAID 1 one physical disk, or keep it separate physical disk?
It really depends on the amount of load that you put on the tempdb database. Everything which is done within the tempdb database is going to be logged in the transaction log just like any other database so if the tempdb database has a very high IO then it may make sense to put the […]