Re: SQL Server Job scheduling
From: Aaron [SQL Server MVP] (ten.xoc_at_dnartreb.noraa)
Date: 06/14/04
- Next message: Jaxon: "Re: TimeStamp Question"
- Previous message: Timothy: "TimeStamp Question"
- In reply to: James: "SQL Server Job scheduling"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 14 Jun 2004 17:19:00 -0400
Since your company's holidays will differ from mine, there is no magical
inbuilt "work day" calendar. You could create your own, however, and have
the job fire EACH day, calling a stored procedure to check the calendar
table to see if it meets criteria such as "last business day of the
month"...
-- http://www.aspfaq.com/ (Reverse address to reply.) "James" <anonymous@discussions.microsoft.com> wrote in message news:1c42f01c45252$4d8f2840$a501280a@phx.gbl... > I have a problem with SQL Server job scheduling. As far as > I know you can not specify a job to be run 'last business > day of the month'. > > This created a problem for me last month. I set the job to > run 'last weekday of the month' and it ran on 31st of May > which was a holiday instead of running on the 28th friday > which was the last business day of the month. > > Is there way to make SQL Server jobs to recognize the > holidays ?? Or even a script ?? > > Thanks for any help.
- Next message: Jaxon: "Re: TimeStamp Question"
- Previous message: Timothy: "TimeStamp Question"
- In reply to: James: "SQL Server Job scheduling"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading