Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Report upcoming SQL Jobs

By Wilfred van Dijk, 2008/12/08

Ever wanted to know which jobs are scheduled for the next day? Or for this weekend?

This procedure selects those jobs. You can specify the minimum runtime (default 15 minutes), a category and jobname filter.

Create this procedure in your own "DBA" database (references to MSDB tables are hardcoded)

Execute this procedure: exec usp_upcoming_jobschedules

Alter the default value of the parameters by specifying them.

Total article views: 381 | Views in the last 30 days: 4
 
Related Articles
FORUM
FORUM
FORUM

create Procedure within Procedure

create Procedure within Procedure

FORUM

Procedures

Stored procedures permissions

FORUM

Procedure

Proceduralize Bulk Insert Quote

Tags
jobs    
sql server agent    
t-sql    
 
Contribute

Join the most active online SQL Server Community

SQL knowledge, delivered daily, free:

Email address:  

You make SSC a better place

As a member of SQLServerCentral, you get free access to loads of fresh content: thousands of articles and SQL scripts, a library of free eBooks, a weekly database news roundup, a great Q & A platform… And it’s our huge, buzzing community of SQL Server Professionals that makes it such a success.

Join us!

Steve Jones
Editor, SQLServerCentral.com

Already a member? Jump in:

Email address:   Password:   Remember me: Forgotten your password?
Steve Jones