Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Checking if a table exists
Message
 
 
À
29/02/2008 10:56:26
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
01297733
Message ID:
01297736
Vues:
13
This message has been marked as the solution to the initial question of the thread.
>What would be the proper code to use here to check if a table exist?
>
>
>IF EXISTS(...)
>   DROP TABLE ArchiveRetrieval
>GO
>
IF object_id('ArchiveRetrieval') IS NOT NULL
...
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform