A 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.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment