Blog Post

SQL Server Blog
1 MIN READ

What’s so temporary about tempdb?

SQL-Server-Team's avatar
Mar 23, 2019
First published on MSDN on Apr 13, 2007

Other than #temptables, @localvariables and many other objects being stored in tempdb what’s so temporary about it?  TempDB is always present on each SQL Server instance and can be a determining factor of your overall performance.  In many ways tempdb could be named scratchdb or pagefiledb.  The following papers will help you understand what goes into tempdb and how to plan your deployments.  These articles are for both developers and administrators.



Working with tempdb in SQL Server 2005


http://www.microsoft.com/technet/prodtechnol/sql/2005/workingwithtempdb.mspx



Capacity Planning for tempdb


http://msdn2.microsoft.com/en-us/library/ms345368.aspx



Enjoy..


Tony Voellm

Updated Mar 23, 2019
Version 2.0
No CommentsBe the first to comment