How to drop a SQL Server table with a script?

How to drop one or multiple SQL Server tables using a T-SQL script, and how to check the existence of the table? To drop a table with a SQL Server script, simply use the DROP TABLE command. Indeed, the … Continue reading How to drop a SQL Server table with a script?