Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

Failed to initialize sqlcmd library with error number -2147467259

$
0
0
HiWhen running the following query EXEC msdb.dbo.sp_send_dbmail @profile_name = 'Profile' ,@recipients = 'EMAIL@EMAIL.COM' ,@Subject = 'TEST EMAIL' ,@Body = 'TEST EMAIL' ,@Query = 'SELECT GETDATE()'I get the following error...Msg 22050, Level 16, State 1, Line 0Failed to initialize sqlcmd library with error number -2147467259.However it works fine from another user.Both users are sysadmin.Is there an obvious issue I am missing?Using SQL 2014 Enterprise.ThanksSam

Viewing all articles
Browse latest Browse all 6525

Trending Articles