Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursors
Message
De
17/06/2011 12:20:32
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01514874
Message ID:
01514913
Vues:
70
If you created a temp table in SP, you can not access this temp table outside the SP.

That's not entirely correct. If I start a transaction from .NET, and that transaction runs stored procedure A (which creates temp table ABC), and then runs stored procedure B, stored procedure B will see the temp table.

Temp table scope is based on connection, not a single stored procedure
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform