Tag: tempdb

Performance of tempdb

The performance of tempdb is often overlooked and sometimes even ignored.  Don’t make that critical mistake!  Without a properly configured tempdb, your SQL Server will be bottlenecked from the start. There is a misconception among some that tempdb performance only impacts queries if the query explicitly creates or uses temporary tables within tempdb.  This is [...]