Tagged: TSQL Jobs List

Listing Failed Jobs in SQL Server

Hello everyone, In this article, I will give information about listing the failed jobs in SQL Server. In some cases, we may want to list the jobs that are not running successfully in SQL Server. You can easily do this with the help of the code below. SELECT @@SERVERNAME ServerName,...

Don`t copy text!