hi everyone,
This is 2005 SP2.
I have an unusual problem with using sp_send_dbmail on 1 of our servers.
When I run this it gives the following error:
EXEC msdb.dbo.sp_send_dbmail
@profile_name = 'PNCLLWDB',
@Recipients = 'myName@pncl.com',
@body = 'Sent by sp_send_dbmail',
@Subject = 'SQL Server Email is Working on PNCLLWDB';
Msg 8145, Level 16, State 1, Procedure sp_send_dbmail, Line 0
@Recipients is not a parameter for procedure sp_send_dbmail.
But @Recipients IS a valid parameter and I'm using it this way on other servers.
The profile exists and when I right-click Database Mail and send a test email, that works.
This server has 9.0.3054
Any ideas?
Thanks, John
This is 2005 SP2.
I have an unusual problem with using sp_send_dbmail on 1 of our servers.
When I run this it gives the following error:
EXEC msdb.dbo.sp_send_dbmail
@profile_name = 'PNCLLWDB',
@Recipients = 'myName@pncl.com',
@body = 'Sent by sp_send_dbmail',
@Subject = 'SQL Server Email is Working on PNCLLWDB';
Msg 8145, Level 16, State 1, Procedure sp_send_dbmail, Line 0
@Recipients is not a parameter for procedure sp_send_dbmail.
But @Recipients IS a valid parameter and I'm using it this way on other servers.
The profile exists and when I right-click Database Mail and send a test email, that works.
This server has 9.0.3054
Any ideas?
Thanks, John