Globle temp table info

  • Where does global temp table get store. I have one procedure which create @@New table and delete this table at the end of proceduer, next time when it run it make sure it globel table get delete and then create againt. Where can i get info about temp globle table.

  • Temp tables are stored in tempDB.  Is your table called "@@New table" or "##New Table"?  If it is @@New Table it is a table variable stored in memory.

    Aunt Kathi Data Platform MVP
    Author of Expert T-SQL Window Functions
    Simple-Talk Editor

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply