All -
I'm trying to setup a job that will mail a few different recipients.
However when I execute the job with the 5 or so recipients, I get an
error message. If I just limit the message down to 1 person, it works
just fine. My syntax 'appears' to be correct, but then again I could be
missing something. Can someone offer opinions?
-----code------
exec msdb.dbo.sp_send_dbmail @body =Body of message, @subject = 'Subject
of message', @recipients =
'[Email address protected]
om'
----end---------
MS Sql Server LazyDBA home page