Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sql server temporary tables
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00249599
Message ID:
00249658
Vues:
26
Wayne,

SQL Server supports two types of temporary tables: local (#) and global (##). A local temporary table (#table) is scoped to the connection that created it. A global temporary table (##table) is visible to all connections but it will be released when the connection that created it is closed.

Also be careful with temporary tables and stored procedures. If a stored procedure creates a temporary table, the table will be released when the stored procedure terminates.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform