What is the SQL command for giving a user permissions to create (and delete) tables? I am looking for something similar to this:
GRANT INSERT, UPDATE, SELE
Two Options
GRANT CREATE TABLE TO Joe AS dbo
db_ddladmin