Procedure Execution Error in user DB

  • Msg 15517, Level 16, State 1, Procedure SP_SEND_DBMAIL, Line 0

    Cannot execute as the database principal because the principal "dbo" does not exist, this type of principal cannot be impersonated, or you do not have permission.

    What i do..?

  • Coolroof (7/3/2011)


    Msg 15517, Level 16, State 1, Procedure SP_SEND_DBMAIL, Line 0

    Cannot execute as the database principal because the principal "dbo" does not exist, this type of principal cannot be impersonated, or you do not have permission.

    What i do..?

    Hi,

    Exec as

    exec msdb.dbo.sp_send_dbmail(pass required set of parameters)

    see BOL for set of parameters

    Regards

    Ashok

  • ya thaks working

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply