Does db_ddladmin fixed database role include db_datareader and db_datawriter rights, so that you don't have to grant those rights explicitly?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
|
|||
|
|
|
I don't believe so. It should only allow them to run DDL not access tables. You could make your own role and make it be a member of the db_ddladmin, db_datareader and db_datawriter roles. |
|||
|
|
|
I agree with Mr. Denny. The DDL Admin role is exclusive of the Data Reader/Writer roles. One is for DDL and the other two are for DML. |
|||
|
|
|
Except for You can see this here ("Permissions of Fixed Database Roles") where the newer GRANT options are listed against the |
|||
|
|