Nov 26, 2007 #1 luzippu Programmer Joined Sep 2, 2003 Messages 24 Location GB I need to create a customised job that runs every day except fot the first of every month. Is this feaseable? How can I build a customised schedule to use within a job? Thank you
I need to create a customised job that runs every day except fot the first of every month. Is this feaseable? How can I build a customised schedule to use within a job? Thank you
Nov 26, 2007 #2 RiverGuy Programmer Joined Jul 18, 2002 Messages 5,011 Location US Create a step in the job that runs first. Have the step check the date. If it's the first of the month, then end the job. Upvote 0 Downvote
Create a step in the job that runs first. Have the step check the date. If it's the first of the month, then end the job.