Tagged: Viewing Job History in SQL Server

Viewing Job History in SQL Server

Hello everyone, In this article, I will try to give information about viewing Job history in SQL Server. In SQL Server, in some cases, you may want to learn the working status of Jobs, that is, their history. You can easily do this using the code below. SELECT [job].[job_id] AS...

Don`t copy text!