Reputation: 37
I need a job to run on the 2nd and 4th Thursday of every month. I know I can set up a job to run every two weeks but that logic doesn't work when a month eventually hits a five week span. Is it possible to set this up using the SQL Server Agent Schedule? If not, does anyone recommend another method?
Upvotes: 0
Views: 1125
Reputation: 8101
Create two schedules on the job, one that runs on the second Thursday, and one that runs on the fourth.
Under the Frequency
heading on the Scheduler, change the Occurs
drop down to Monthly
to get to the options you need.
Upvotes: 2