Fixed database role membership Vs Database level permissions

  • Hi,

    I'm just doing some testing with database roles and database level permissions and was wondering what (if any) the differences are between:

    ~ the permissions obtained via membership of the fixed role db_datareader compared with permissions obtained via "GRANT SELECT TO [AUserOrRole]"

    ~ permissions obtained via membership of db_datawriter compared with database level "GRANT INSERT/UPDATE/DELETE"

    Thanks.

  • IIRC, there isn't a difference when you grant. If you add new objects, they are picked up by datareader/writer. Seems to also work in R2.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply