[Permission] GRANTED "CREATE" still get "CREATE" WARNING through SSMS GUI

2015-09-09




"You are not logged in as the database owner or as a user that is a member of the db_owner role"
Solution:
obviously, you need to grant the account as DB_OWNER. That's only for avoid the annoying GUI warning. Otherwise, "CREATE TABLE" is enough for Creating Tables. 
Newer Older