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.