Working with temporary tables

Temporary tables are stored in the temporary file. Pages from the temporary file can be cached, just as pages from any other dbspace can. Operations on temporary tables are never written to the transaction log. There are two types of temporary tables: local temporary tables and global temporary tables.

 See also
 Local temporary tables
 Global temporary tables
 Non-transactional temporary tables

Create temporary tables
Referencing temporary tables within procedures