Viewing 6 posts - 1 through 6 (of 6 total)
Thanks but how should I do this?
January 20, 2022 at 7:51 am
Hi Phil,
I changed the login details:
EXEC msdb.dbo.sp_send_dbmail
@profile_name = '***'
, @recipients = '***'
, @body=...
December 7, 2021 at 8:41 am
I thank you for the advice's but still errors...
Message
Executed as user: ***\administrator. Mail (Id: 160) queued. [SQLSTATE 01000] (Message 0) Failed to initialize sqlcmd library with error number -2147467259. [SQLSTATE...
December 6, 2021 at 3:25 pm
I tried this, get the same issue:
Message
Executed as user: ***\administrator. Mail (Id: 159) queued. [SQLSTATE 01000] (Message 0) Failed to initialize sqlcmd library with error number -2147467259. [SQLSTATE 42000] (Error...
December 6, 2021 at 2:53 pm
I have changed the code:
EXEC msdb.dbo.sp_send_dbmail
@profile_name = 'sql***'
, @recipients = '*******'
, @subject = 'queryresultset'
,...
December 6, 2021 at 2:38 pm
Viewing 6 posts - 1 through 6 (of 6 total)