msdb.dbo.sysjobhistory and msdb.dbo.sysjobactivity issue

  • Hello,

    I am having a weird behavior with the system tables: msdb.dbo.sysjobhistory and msdb.dbo.sysjobactivity.

    Without anyone touching the configuration of the SQL server, a few weeks ago, the table msdb.dbo.sysjobhistory stopped showing the real history of the SQL Jobs. It seems like the lines in the system table are not updated according to the actual execution of the jobs.

    And this morning in msdb.dbo.sysjobactivity, a bunch of lines for different jobs got updated to stop_execution_date = NULL, even though the jobs did not start their execution, and I also have jobs with the starting date from July and stop_execution_date = NULL, which are not actually running.

    Everyone having access to the server, say they did not touch any configuration.

    Is there someone around who had experienced this behavior?

    And also, is there a way to find out if there were some modifications made to how the information is inserted or updated on this sys tables?

    Thank you so much for any help!

  • Hi,

    Did you found an answer to your question ?

    --

    Sam

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply