xp_cmdShell
From: Julie (anonymous_at_discussions.microsoft.com)
Date: 05/14/04
- Next message: Andres Taylor: "Re: Clustered vs Non-Clustered"
- Previous message: Dan Guzman: "Re: xp_cmdShell"
- In reply to: simon: "xp_cmdShell"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 May 2004 06:29:38 -0700
The following is cut from bol
"By default, only members of the sysadmin fixed server
role can execute this extended stored procedure. You may,
however, grant other users permission to execute this
stored procedure. "
J
>-----Original Message-----
>I have user with read permissions on my tables and
execute permission on my SP.
>
>In SP(owner is DBO) I update table(owner is DBO), and on
update the trigger is fired witch write some data into the
text file in my disk.
>
>I get an error message:
>EXECUTE permission denied on object 'xp_cmdshell',
database 'master', owner 'dbo'
>
>Why?
>I don't want that my read user has execute permission on
xp_cmdShell.
>I thought if he has execute permission for my sp, which
owner is DBO, that inside SP I can do anything.
>Is there any other way?
>
>thank you,
>Simon
>
>
- Next message: Andres Taylor: "Re: Clustered vs Non-Clustered"
- Previous message: Dan Guzman: "Re: xp_cmdShell"
- In reply to: simon: "xp_cmdShell"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|