The DevMgr user has execute rights on the AddData stored procedure in your database. You want to remove the execute rights, but still allow DevMgr to execute the procedure if DevMgr is a member of a group that has execute permissions. What would you put into the blank below to accomplish this?
______ EXECUTE ON dbo.AddData TO DevMgr