Dreamers with Codes
Thursday, August 7, 2008
Drop Table -Script
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[TABLE_NAME]') AND type in (N'U'))
DROP TABLE [TABLE_NAME]
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment