Re: Execute premmition
From: Roy Goldhammer (roygoldh_at_hotmail.com)
Date: 12/24/03
- Next message: Dan Guzman: "Re: Execute premmition"
- Previous message: Russell Fields: "Re: Execute premmition"
- In reply to: Russell Fields: "Re: Execute premmition"
- Next in thread: Dan Guzman: "Re: Execute premmition"
- Reply: Dan Guzman: "Re: Execute premmition"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 24 Dec 2003 21:47:23 +0200
Thankes russell
But i don't like to work hard for this
there is probebly system store procedure that add the execution premmition
for some role.
There is also option to know which procedure is has already grant execute so
the procedure i want to build will allow me to update the role
Can you help me on it?
any help would be useful
"Russell Fields" <RussellFields@NoMailPlease.Com> wrote in message
news:#wbvU0kyDHA.3224@tk2msftngp13.phx.gbl...
> Roy,
>
> There is not a predefined role for stored procedures, so yes you will need
> to create one.
>
> Of course, you could write a little bit of code to generate a GRANT for
each
> stored procedure in the database to your general role. (Just need to
> remember when you add stored procedures to do it again.)
>
> Russell Fields
> "Roy Goldhammer" <roygoldh@hotmail.com> wrote in message
> news:uzZ9XykyDHA.3436@tk2msftngp13.phx.gbl...
> > Hello there
> >
> > I've add new user to my sql server.
> >
> > AS the default he got the public role.
> >
> > I add db_datawriter and db_datareader to the user.
> >
> > Now the user can enter data and read data but he can't execute store
> > procedures.
> >
> > Is there a role for executing stored procedures?
> >
> > if not is that mean that i have to create my owm role and pass stored
proc
> > one by one and allow it for the role?
> >
> > any help would be useful
> >
> >
>
>
- Next message: Dan Guzman: "Re: Execute premmition"
- Previous message: Russell Fields: "Re: Execute premmition"
- In reply to: Russell Fields: "Re: Execute premmition"
- Next in thread: Dan Guzman: "Re: Execute premmition"
- Reply: Dan Guzman: "Re: Execute premmition"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|