Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where are my temporary tables?
Message
De
19/12/2004 08:54:06
 
 
À
19/12/2004 07:37:34
Alan Harris-Reid
Baseline Data Services
Devon, Royaume Uni
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Maintenance bases de données
Divers
Thread ID:
00970374
Message ID:
00970381
Vues:
17
Hi Alan

Take a look in the TempDB database in the User Tables section. You should find your temporary tables in there. This is one of the purposes of the TempDB database.

HTH


>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
-=Gary
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform