Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query to return job history

Status
Not open for further replies.

aolb

Programmer
Apr 16, 2002
180
GB
I would like to write a query returning job history data.

does anyone know where this data is held? I have just had a quick look at the master system tables and there is nothing obvious. Maybe there is an stored procedure?

 
Database msdb, table sysjobhistory.

Sproc: sp_help_jobhistory :)

------
[small]<this is sig>
select stuff(stuff(replicate('<P> <B> ', 14), 109, 0, '<.'), 112, 0, '/')
</this is sig>[/small]
[banghead]
 
thanks, i was looking in the wrong db.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top