Stored Procedures in MSSQL

T

Tom D'Souza

In MSSQL, how can one grant execute permissions (at the admin level) for stored precedures like xp_sendmail, xp_stopmail etc...to other users?
 
J

James Hokes

Tom,

If you want to use EM, look in 'master' under 'Extended Stored Procedures'

For ISQLW, look at BOL for GRANT.

James Hokes

Tom D'Souza said:
In MSSQL, how can one grant execute permissions (at the admin level) for
stored precedures like xp_sendmail, xp_stopmail etc...to other users?
 
C

Cindy M -WordMVP-

Hi =?Utf-8?B?VG9tIEQnU291emE=?=,

Please remove the public.word.newusers group from any follow-ups to this message. It has absolutely nothing to do with MSWord...
In MSSQL, how can one grant execute permissions (at the admin level) for stored precedures like xp_sendmail, xp_stopmail etc...to other users?

Cindy Meister
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top