Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • Reply To: How to get cummulative sum per column?

    Thanks but how should I do this?

     

  • Reply To: Job is empty SQL

    Hi Phil,

     

    I changed the login details:

    Role

     

    EXEC msdb.dbo.sp_send_dbmail  
    @profile_name = '***'
    , @recipients = '***'
    , @body=...
  • Reply To: Job is empty SQL

    Correct

  • Reply To: Job is empty SQL

    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...

  • Reply To: Job is empty SQL

     

    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...

  • Reply To: Job is empty SQL

    I have changed the code:

    EXEC msdb.dbo.sp_send_dbmail
    @profile_name = 'sql***'
    , @recipients = '*******'
    , @subject = 'queryresultset'
    ,...

Viewing 6 posts - 1 through 6 (of 6 total)