Question

I want to see the the job history in a neat format. Currently, I just export it to a log file in which everything appears as a big line of text, without any formatting. How do i get it in a more readable form ?

Thanks.

Was it helpful?

Solution

Here are 2 software options:

  1. SQL Job Manager - Looks more "professional"
  2. SQLjobvis

If you can't (or don't want to) use a free or opensource software, then your other options are to write queries and scripts yourself.

  1. Querying SQL Server Agent Job History Data.
  2. How to query currently running SQL Server Agent jobs.

SQLjobvis is the SQL Server Agent history viewer

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top