March 22, 2019 at 3:04 pm
I have user needs permission to be able to create,modify,delete tables and views in particular database. I know db_owner would be the option. Checking if there is any option other than db_owner role?
March 22, 2019 at 3:24 pm
the built in role ddl_admin allows the database user to drop/create/alter any object in the database; so it's not limited to just tables, it's procs/views/schemas etc as well
for that kind of user, you usually grant db_datareader and db_datawriter as well.
Lowell
March 22, 2019 at 3:27 pm
The answer is at the following link...
http://bfy.tw/Msfe
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply