Hi,
On our SQL 2000 Standard Edition server I need to setup some users to have Read Only access to the database yet have Execute permissions to run stored procedures. I ran across Brian Kelly's article[/url] that shows exactly this, but it never said for sure whether the db_execute role would have Read Only or Write access to the database for users who are given db_datareader and db_execute roles. I need users who are setup under db_datareader and db_execute roles to be able to run SP's but not make changes to the DB... so if a SP did an update or delete it would fail.
Is this possible?
Thanks --
Sam Alex