Hello
I am using SQL Server 2000
Does anybody know why the following query returns 'Could not find stored procedure xp_sendmail ?
Thanks
Damian.
I am using SQL Server 2000
Does anybody know why the following query returns 'Could not find stored procedure xp_sendmail ?
Code:
exec xp_sendmail
@recipients = 'collierd',
@message = 'area translation failure on',
@subject = 'area translation failure on'
Thanks
Damian.