Tagged: SQL Server Job

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

About Job Setup and Configuration Information in SQL Server

Hello everyone, In this article, I will try to give information about getting information about Job setup and configuration in SQL Server. If you are using Job in SQL Server, you may want to learn about its installation and configuration. You can also get this information using the code below....

Don`t copy text!