Parallelism and tempdb data file usage in SQL Server
Iβm sometimes asked if the number of CPU cores used by a query determines the number of tempdb files that the query can use.
Good news: even a single threaded query can use multiple tempdb data files.

