Viewing post 1 (of 1 total)
I worked arround this issue by adding the following sentences before calling sp_send_dbmail:
USE msdb
EXECUTE AS USER = 'dbo'
For example:
EXEC msdb.dbo.sp_send_dbmail
@profile_name =...
February 23, 2010 at 11:58 am
#1123807