In my current project we came up with a question where to put log file for tempdb. Usually we put data file and log file on a dedicated drive in folder like t:\tempdb.
On one server we have tempdb logs that were put in the log folder for user user databases.
Is there any best practice on where to put log file for temp db?
Is it bad or good to keep it together with tempdb data file or with user log files?
Thanks!