Viewing post 1 (of 2 total)
It seems like I've solved my own problem.
I restored a backup of the msdb database we had for that morning, and was able to:
SELECT *
FROM msdb_temp.dbo.[sysjobhistory]
Hope this helps anyone else...
November 30, 2008 at 6:03 pm
#905334