Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't drop temp table
Message
 
 
À
29/03/2005 17:58:32
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00999810
Message ID:
00999812
Vues:
23
>When I run the procedure I get:
>There is already an object named '#ASTRA_BOOK' in the database.
>When i type in DROP TABLE #ASTRA_BOOK I get:
>
>Cannot drop the table '#ASTRA_BOOK', because it does not exist in the system catalog.

You cannot have 'CREATE TABLE #ASTRA_BOOK' twice in the same stored procedure even if only one is conditionally executed.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform