You would need to manually change the schedule to not run on holidays.
Or create a table with a list of dates that you don't want the job to run on. Have the first step of the job query that table, and it the current date is in the table stop the job via the sp_stop_job procedure.
Denny
MCSA (2003) / MCDBA (SQL 2000)
--Anything is possible. All it takes is a little research. (Me)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.