Avatar of kamur
kamur
 asked on

role : Complete access minus create tables

Hi,

In one of my dev environments, I need to restrict access to all developers. Being a dev area, currently all the developers have complete access/ sysadmins. Now, we need to still retain all the access that the developer has, but just do not allow any developers to create new tables/alter existing tables. Delete is fine. (Create other objects , sps, triggers, views etc are fine). They stilll should have all other complete accesses including sql agents, execute, etc.

How can I create a new role that's almost similar to sysadmin level but minus the CREATE tables acess.
Microsoft SQL Server 2008Microsoft SQL ServerMicrosoft SQL Server 2005

Avatar of undefined
Last Comment
kamur

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Faiga Diegel

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
kamur

ASKER
Thanks for the solution
Your help has saved me hundreds of hours of internet surfing.
fblack61