Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object
Message
From
07/01/2005 13:27:21
 
General information
Forum:
Microsoft SQL Server
Category:
Database management
Title:
Re: Object
Miscellaneous
Thread ID:
00975053
Message ID:
00975207
Views:
11
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform