I have a stored procedure that sends out and email. It runs fine in SSMS and sends the email, but when it runs as a job it fails. The error is 'can not convert nvarchar to real', which I have spent months trying to fix and can not figure out, since I can not find any nvarchar fields. So I would like to have the job ignore the error and send out the email anyway. This job works fine on the old sql 2000 server, but not on the new sql 2005 server. I have tried setting the job to 'Go to the next step' on error, but the job is only the one step 'Exec stored procedure'.
Any advice would be appreciated.
Thanks
Any advice would be appreciated.
Thanks