SDU Tools: Empty Schema
Occasionally I run into a need to clear out all objects in a schema in a SQL Server database. Sometimes it’s because I want to remove the schema itself. It’s often painful to do as I have to find all the types of T-SQL objects, and then often have to remove them in a particular order.
So I added a tool to my SDU Tools collection to do just that.
2017-11-03