Delete All Tables From a Schema in SQL Server

Recently, I’ve been migrating a lot of schemas from Oracle to SQL Server using the SQL Server Migration Assistant application. It is usually necessary to redo the table conversions a few times to get it right. The following script is used to create DROP scripts to drop all the tables in a particular schema. If you have foreign key constraints […]