What is Global temp table?

global temporary table is created using CREATETABLE statement with the table name prefixed with a double number sign (##table_name). In SQL Server,global temporary tables are visible to all sessions (connections). So if you create a global temporary table in one session, you can start using it in other sessions.

Share

& Comment

0 comments:

Post a Comment

 

Copyright © 2019 HART™ is a registered trademark.