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

Stored Proc to list all Scheduled Jobs ?

Status
Not open for further replies.

JohnBates

MIS
Joined
Feb 27, 2000
Messages
1,995
Location
US
Hi -

I am using SQL Server 7.

Does anyone know of a System stored procedure that displays (or prints) scheduled jobs... the jobs that can be defined in SQL Server Agent ? I could probably write my own but why reinvent the wheel...

and a related question : How can I get a list of ALL the system-supplied stored procedures and what each does?

Thanks, John
 

Use the system stored procedure sp_help_job.

SQL BOL is a great resource for learning these things. Look under the topic, "System Stored Procedures (T-SQL)" for more great info. Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top