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!

Do not want job to run on holiday

Status
Not open for further replies.

TomR100

Programmer
Joined
Aug 22, 2001
Messages
195
Location
US
We have some of our jobs abort on holidays. Is there any way to code to avoid the job running on a holiday in SQL 2000?
 
It's not very elegant ... but you could change the schedule when a holiday is coming and then change it back afterward.
Bev
 
Hi TomR100,
If you have a Holiday master, you can check if there is a Holiday & if there is not a Holiday on that day, then only execute the Job code. So the Job Code would be skipped on a Holiday.

Regards,
Mukund.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top