Re: Application role to access xp_cmdshell
From: Carl Olsson (caos_at_regerar.com)
Date: 02/18/04
- Next message: CJM: "Re: SQL Server services login account"
- Previous message: Sajith S: "Connection to the server is lost."
- In reply to: Dan Guzman: "Re: Application role to access xp_cmdshell"
- Next in thread: Dan Guzman: "Re: Application role to access xp_cmdshell"
- Reply: Dan Guzman: "Re: Application role to access xp_cmdshell"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 17 Feb 2004 23:16:30 -0800
Thanks Dan for your excellent explanation. But unfortunately I'm still
at SQL 7... Any other options?
Carl
"Dan Guzman" <danguzman@nospam-earthlink.net> wrote in message news:<#kQj98V9DHA.3176@TK2MSFTNGP11.phx.gbl>...
> As long as the ownership chain is unbroken, direct permissions on
> xp_cmdshell are not needed. This necessitates that your user procs be owned
> by 'dbo', your user database be owned by 'sa' and cross-database chaining
> (intoduced in SQL 2000 SP3) be enabled. Example script below.
>
- Next message: CJM: "Re: SQL Server services login account"
- Previous message: Sajith S: "Connection to the server is lost."
- In reply to: Dan Guzman: "Re: Application role to access xp_cmdshell"
- Next in thread: Dan Guzman: "Re: Application role to access xp_cmdshell"
- Reply: Dan Guzman: "Re: Application role to access xp_cmdshell"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|