Viewing 4 posts - 1 through 4 (of 4 total)
Sue_H (10/6/2016)
Hi Sue,
Thanks for your comment, but when I query the view msdb.dbo.sysmail_faileditems, the column recipients has a valid email address for all items, so it doesn't make sense the...
October 7, 2016 at 7:32 am
Sue_H (10/6/2016)
Hi Sue,
Thanks for your comment, but when I query the view msdb.dbo.sysmail_faileditems, the column recipients has a valid email address for all items, so it doesn't make sense the...
October 7, 2016 at 6:57 am
Sue_H (10/6/2016)
jcvv76 (10/6/2016)
RVSC48 (10/6/2016)
USE msdb
GO
EXEC sp_send_dbmail @profile_name='DBServerAlerts',
@recipients='some.user@acme.com',
@subject='Test message',
@body='Congrats, Database Mail received by...
October 6, 2016 at 4:33 pm
RVSC48 (10/6/2016)
USE msdb
GO
EXEC sp_send_dbmail @profile_name='DBServerAlerts',
@recipients='some.user@acme.com',
@subject='Test message',
@body='Congrats, Database Mail received by you Successfully.'
Sorry,...
October 6, 2016 at 9:21 am
Viewing 4 posts - 1 through 4 (of 4 total)