1.

What Is The Purpose Of The Tempdb Database?

Answer»

Tempdb database KEEPS the INFORMATION about the temporary objects (#TABLENAME, #Procedure). Also the SORTING, DBCC operations are PERFORMED in the TempDB.

Tempdb database keeps the information about the temporary objects (#TableName, #Procedure). Also the sorting, DBCC operations are performed in the TempDB.



Discussion

No Comment Found