Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to find a temp table in the schemea...
Message
From
23/06/2000 13:17:10
 
 
To
23/06/2000 09:43:57
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
00383257
Message ID:
00383885
Views:
37
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform