Re: Using xp_smtp_sendmail from a stored proc
From: Uri Dimant (urid_at_iscar.co.il)
Date: 05/24/05
- Previous message: Rudi: "Using xp_smtp_sendmail from a stored proc"
- In reply to: Rudi: "Using xp_smtp_sendmail from a stored proc"
- Next in thread: Rudi: "Re: Using xp_smtp_sendmail from a stored proc"
- Reply: Rudi: "Re: Using xp_smtp_sendmail from a stored proc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 24 May 2005 17:57:20 +0300
Rudi
Grant EXECUTE permission on the stored procedure that you wrote
"Rudi" <rla.remove@finarch.com> wrote in message
news:%23dYJG3GYFHA.2588@TK2MSFTNGP14.phx.gbl...
> Hi,
>
> I'd like to use the xp_smtp_sendmail extended stored procedure from a
> procedure I wrote.
> The normal procedure is installed as dbo on the database, but I still need
> to grant execute rights to the end-users (using integrated security... its
> legacy) for the extended stored procedure.
>
> Of course, I'd rather not have to do that, as it exposes to my sql server
> (mail spamming, files can be fetched from the server..).
>
> How can I set-up the security (or the stored proc) so that I do not need
to
> grant users the execute right on the extended stored proc.
> (reminder: connection is made using integrated security)
>
> Thanks
> Rudi
>
>
- Previous message: Rudi: "Using xp_smtp_sendmail from a stored proc"
- In reply to: Rudi: "Using xp_smtp_sendmail from a stored proc"
- Next in thread: Rudi: "Re: Using xp_smtp_sendmail from a stored proc"
- Reply: Rudi: "Re: Using xp_smtp_sendmail from a stored proc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|