Allow a user to alter a schema (default schema in this case). Alter a schema allows a user to drop a table.
GRANT ALTER ON SCHEMA::[dbo] TO sql_username
Allow a user to alter a schema (default schema in this case). Alter a schema allows a user to drop a table.
GRANT ALTER ON SCHEMA::[dbo] TO sql_username