Trying to setup SQL mail on SQL server 2000. Getting the following error when running the script below. I do not see a sp_send_dbmail stored procedure in teh msdb database. Is there some way I can create it??Could not find stored procedure 'msdb.dbo.sp_send_dbmailEXEC msdb.dbo.sp_send_dbmail @recipients='mail@mail.com', -@copy_recipients = 'ltilma@unist.com', @body='Query Results Are Attached', @subject ='Comm Amts off', @profile_name ='ErinMail', @query ='use dataSELECT ord_no, slspsn_comm_amt, comm_amt ,FROM oeordhdr_sql,where slspsn_comm_amt = 0 and comm_amt > 0 and ord_no >00116258', @attach_query_result_as_file = 1, @query_attachment_filename ='CommAmts.txt'