Re: proxy account
From: Sue Hoegemeier (Sue_H@nomail.please)
Date: 11/14/02
- Next message: Dan Guzman: "Re: SQL Default Login?"
- Previous message: Sarma UV: "Windows Authentication"
- In reply to: Sarma UV: "proxy account"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Sue Hoegemeier <Sue_H@nomail.please> Date: Thu, 14 Nov 2002 06:02:28 -0700
Another option is to create a stored procedure that executes
the xp_cmdshell command and if the stored procedure is owned
by dbo and the database is owned by sa, you could grant
permissions on this stored procedure instead of on
xp_cmdshell.
-Sue
On Thu, 14 Nov 2002 02:42:04 -0800, "Sarma UV"
<sarmauv@yahoo.com> wrote:
>Its like any other stored procedure access. Use grant exce
>on xp_cmdshell to public / user
>
>>-----Original Message-----
>>How do I grant a user access to the xp_cmdshell proc
>>without giving them sysadmin server role permissions? I
>>found documentation telling me about the
>>xp_sqlagent_proxy_account proc but no explaination of how
>>to use it. Does anyone know how this proxy account could
>>be set up and utilized, or better yet, an alternative way
>>of giving a user access to the cmdshell without sysadmin
>>permissions? I'm not even comfortable with a user having
>>cmd line access. How does everyone else handle this?
>>.
>>
- Next message: Dan Guzman: "Re: SQL Default Login?"
- Previous message: Sarma UV: "Windows Authentication"
- In reply to: Sarma UV: "proxy account"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|