Hi!
I want to use the xp_sendmail procedure for my database.The problem is I don't have the rights to run the procedure. Instead , I recieved a name that I should run the procedure under.From what I read , I should call the procedure like this:
EXEC master.dbo.xp_sendmail ....@set_user='given_user'
If I run the procedure this way , I get the following error;
EXECUTE permission denied on object 'xp_sendmail', database 'master', owner 'dbo'
Am I doing something wrong?
I want to use the xp_sendmail procedure for my database.The problem is I don't have the rights to run the procedure. Instead , I recieved a name that I should run the procedure under.From what I read , I should call the procedure like this:
EXEC master.dbo.xp_sendmail ....@set_user='given_user'
If I run the procedure this way , I get the following error;
EXECUTE permission denied on object 'xp_sendmail', database 'master', owner 'dbo'
Am I doing something wrong?