Re: Grant permissions
From: Arun (arunkkk_at_yahoo.com)
Date: 09/28/03
- Next message: Mary Chipman: "Re: problems with msde access from asp.net app"
- Previous message: Arun: "Re: Grant permissions"
- Maybe in reply to: Arun: "Re: Grant permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 28 Sep 2003 02:33:07 -0700
This is actually for deployment of a web application, so I
would be doing this whole exercise only once
Thanks
>-----Original Message-----
>A better solution is to create a role that has
permissions to execute
>all the stored procedures in the database, and just add
the user to
>the role. That way when the situation arises in the
future you'll just
>need to add a new user to that role, which is one line of
code.
>
>-- Mary
>MCW Technologies
>http://www.mcwtech.com
>
>On Wed, 24 Sep 2003 00:22:20 -0700, "Arun"
<arunkkk@yahoo.com> wrote:
>
>>Can I grant execute permission to all stored procedures
in
>>a database to an user in a single statement
>>
>>grant execute on all to <user name> doesn't work !
>
>.
>
- Next message: Mary Chipman: "Re: problems with msde access from asp.net app"
- Previous message: Arun: "Re: Grant permissions"
- Maybe in reply to: Arun: "Re: Grant permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|