Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: SQL Server Agent jobs not running as scheduled

    I have seen this post over the years as this has happened to me a few times in different versions of SQL Server. I have found the following has resolved...

    SELECT MAX(t.GratitudeRating)
    FROM tblMyThanks t
    WHERE t.Recipient = 'SQLServerCentral.com'

Viewing post 1 (of 2 total)