The tempdb database
In some ways, the tempdb database is just like any other database, but it has some unique behaviors. Not all of them are relevant to the topic of this chapter, so some references will be made to other chapters where you can find additional information.
As mentioned previously, the biggest difference between tempdb and all the other databases in your SQL Server instance is that tempdb is re-created rather than recovered every time SQL Server is restarted. You can think of tempdb as a workspace for temporary user objects and internal objects explicitly created by SQL Server itself.
Every time tempdb is re-created, it inherits most database options from the model database. However, the recovery model isn’t copied because tempdb ...
Get Microsoft SQL Server 2012 Internals now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.