TempDB
This is the database that Microsoft SQL Server uses for temporary space
needed during execution of various queries. Set the initial size of the
TEMPDB
to a minimum of 100 MB, and configure it for
auto-growth, which allows SQL Server to expand the temporary database
as needed to accommodate user activity.