How to configure SQL Server tempdb for optimal performance
Wednesday, March 6, 2013 // Diskmanagement, Performance tuning
SQL Server tempdb is a database in SQL Server which is used to store temporary user objects and internal objects. Because the tempdb is used a lot by SQL Server it is important for the performance to configure it correctly. Tempdb is only using one data file by default. Multiple data files can improve the [...]