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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Job

Status
Not open for further replies.

sardinka2

Programmer
Joined
May 6, 2004
Messages
38
Location
US
it is some how I can find out programatically job name,schedule time, sucess/fail?
 
you can use sp_help_job from the msdb database
 
can I select a spesific fields?
 
probably the easiest way to do this is to create your own sp which returns just the fields you need based on sp_help_job. There also are quite a few other sp_help_job* sp's which give specific information in msdb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top