Could not find stored procedure 'xp_sendmail'.

  • Getting the above error when trying to run a stored procedure.

    Where should it be? Why haven't I got that stored procedure

    Thanks

    Scott

  • Unless you are in the master database you have to use the database reference.

    master.dbo.xp_sendmail

    or

    master..xp_sendmail

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

  • thanks...thats a great help

    scott

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

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