Re: What's the fastest way to assign role with all read/write/excute permissions?

From: Sue Hoegemeier (Sue_H@nomail.please)
Date: 09/24/02


From: Sue Hoegemeier <Sue_H@nomail.please>
Date: Mon, 23 Sep 2002 20:04:14 -0600


I'm not sure about fastest. One option is to grant the role
execute permissions on stored procedures, user defined
functions (and select on user defined functions) and add the
role to built-in database roles of db_datareader and
db_datawriter.

-Sue

On Mon, 23 Sep 2002 15:24:53 -0700, "Bruce"
<brucecheng@mail.com> wrote:

>What's the fastest way to assign a role with permissions
>to read/write all the tables/views and execuate all the
>stored procedures/user defined functions. But not update
>table structure nor create new stored procedures/functions.
>
>Thanks a lot.



Relevant Pages

  • Security: Accessing data in another db
    ... For all our ASP.Net applications we use a user called 'AppUser' to connect to ... which only has execute permissions on the stored procedures. ... The problem I am getting is when a stored procedure in one database needs to ...
    (microsoft.public.sqlserver.security)
  • Re: Change the login in stored procedure
    ... while granting them EXECUTE permissions on your ... them permission to execute the stored procedures. ... > Is it possible to change the login in stored procedure. ...
    (microsoft.public.sqlserver.security)
  • Re: permissions to some master SPs
    ... EXECUTE permissions will allow your users to use the stored procedures, ... Members of the sysadmin fixed server role or the db_owner fixed database ...
    (microsoft.public.sqlserver.security)
  • Re: Sql Server - Basic Permissions Question
    ... users to both db_denyReader and db_denyWriter, and providing ALL data access ... On cravat is to be sure that all tables and stored procedures are 'owned' by ... Most good judgment comes from experience. ... I have set EXECUTE permissions to the sp's as needed for the user. ...
    (microsoft.public.sqlserver.security)
  • Re: permission denied on object sp_sdidebug, database dbname,
    ... When I installed ms sql server with sp3 I found I could not run the debug ... I needed to GRANT to run the debugger logged in as this user. ... debugger on stored procedures. ... >Why do you need to GRANT execute on this sp? ...
    (microsoft.public.sqlserver.programming)