Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object
Message
De
07/01/2005 13:27:21
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Maintenance bases de données
Titre:
Re: Object
Divers
Thread ID:
00975053
Message ID:
00975207
Vues:
12
>Hi All:
> How can I check if a table exist and if id does I want to drop that table?
>Thanks
>ZA
IF OBJECT_ID('dbo.Tablename') IS NOT NULL DROP TABLE dbo.Tablename
Fabio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform