• I ran into the same problem. There is likely a DDL trigger in the database that was created from an earlier lesson in the Training kit. I dropped the DDL trigger and all was well.

    DROP TRIGGER [tddl_tabledropprevent] ON DATABASE

    Robert