DROP TABLE IF EXISTS test code example Example: table drop if exist sql server IF OBJECT_ID('dbo.Scores', 'U') IS NOT NULL DROP TABLE dbo.Scores;