I want to create a sql 7 database role, called Dev, that allows its members to have "db_datareader" and "db_datawriter" database roles for all tables in the database. (I prefer not to have to assign
each user these roles on a table-by-table basis.) How can I do this?
TIA,
Bill