0

"Create Schema" option includes the creation of the DBO schema

kevin cadd 3 years ago 0

The problem is that the dbo schema always exists, you cannot drop it. If I want it to include *other* schema creation code, it will include the CREATE SCHEMA dbo which isn't valid SQL. I have to delete it every time from the script.