Viewing 4 posts - 1 through 4 (of 4 total)
I'm using this in a step within a job. So when I use the varchar why is it I can't get the length to 7999?
May 31, 2002 at 11:34 am
Now I get: Could not find stored procedure 'master.dbo.xp_sendmail'. [SQLSTATE 42000] (Error 2812). The step failed.
May 29, 2002 at 2:25 pm
Well I did the suggestions but now it just hangs on Performing Completion Actions. This is what I'm putting in the command field:
exec master.dbo.xp_sendmail @recipients = 'Muscarello Roger',
@subject =...
May 29, 2002 at 12:51 pm
I've setup SQL Mail and also setup SQL Server Agent to use email. That's what I thought I was supposed to do. I created a new job. ...
May 29, 2002 at 10:28 am
Viewing 4 posts - 1 through 4 (of 4 total)