Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to find a temp table in the schemea...
Message
De
23/06/2000 13:17:10
 
 
À
23/06/2000 09:43:57
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
00383257
Message ID:
00383885
Vues:
31
Bob,

A "global" temp table (prefixed with ##) will be visible to all connections. Any temp table that is prefixed with a single pound sign (#) is scoped to the connection.

>I know they are removed when the sp ends, but I want to recreate them for each interation of the loop for the person currently being processed.

You will get better performance if you TRUNCATE the table instead of dropping and recreating it.

-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