SyntaxFix
Write A Post
Hire A Developer
Questions
Simple is that:
IF OBJECT_ID(dbo.TableName, 'U') IS NOT NULL DROP TABLE dbo.TableName
where dbo.TableName is your desired table and 'U' is type of your table.
dbo.TableName
type
table