Skip to content

Opening book details…

About this document

TSQL Temporary Tables Overview by MOHAN R is a document available to read on EtoBox.

Temporary tables and table variables allow for temporarily storing and manipulating data in SQL Server. There are two types of temporary tables - local and global. Local temporary tables are visible only within the connection that created them, while global temporary tables can be accessed across connections but still only exist for the duration of the session. Table variables are declared similarly to tables but exist only within the batch, stored procedure, or function where they are declared. Both tempor

Author
MOHAN R
Language
EN