Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where are my temporary tables?
Message
From
19/12/2004 07:37:34
Alan Harris-Reid
Baseline Data Services
Devon, United Kingdom
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Database management
Title:
Where are my temporary tables?
Miscellaneous
Thread ID:
00970374
Message ID:
00970374
Views:
77
In the T-SQL window I have created some temporary tables using the syntax

SELECT * INTO #MyTempTable FROM MyTable.

Where can I find what temporary tables are currently available (I don't want to delete them yet using DROP TABLE ...)? I cannot find them in any enterprise mgr. table listing. Is it stored in memory like a VFP temporary cursor? What is the scope of these 'tables'? Are they present until the SQL session finishes?

Any help would be appreciated.

Alan
Next
Reply
Map
View

Click here to load this message in the networking platform