I would like to setup the security on a database so that each user of an AD security group can...
see all the tables owned by dbo
alter, create, delete tables in the DB
instert, update, delete data from the tables
create, alter, execute, update
Stored Procedured
Functions
I am pretty sure it has to be done using a combination of Server roles, DB Roles, and schemas. I just can't seem to find a good explaination of how to accomplish it.
Once I learn how do do this, I will start to restrict priv's further based on job restrictions.
Thanks
John Fuhrman
see all the tables owned by dbo
alter, create, delete tables in the DB
instert, update, delete data from the tables
create, alter, execute, update
Stored Procedured
Functions
I am pretty sure it has to be done using a combination of Server roles, DB Roles, and schemas. I just can't seem to find a good explaination of how to accomplish it.
Once I learn how do do this, I will start to restrict priv's further based on job restrictions.
Thanks
John Fuhrman