2016 | OriginalPaper | Chapter
13. Temporary Objects and TempDB
Published in:
Pro SQL Server Internals
Abstract
Temporary objects are an essential part of SQL Server. SQL Server will sometimes create them during query execution to store working tables and intermediate result sets. At other times, they are created by developers.