I am trying to get a list of the global temporary tables that are currently active. There seems to be an issue with them bumping in to each other (same name). As the 'acting' dba, trying to sort out a mess here.
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
For SQL Server 2005+, all global temp tables (tables that are created with a
|
|||||
|
|

global. I have found very few practical uses for them myself. – Aaron Bertrand Jan 28 at 18:46