-
SQL Jobs Schedule to run last working day in a month
I need to schedule a job the last working day of every month, Italian holyday calendar. First i need this function to calculate if a particular day is a workind day or not (Eastern day included). With this function the task is simple. Create a new Job schedule with Sql Server Agent, the job contains…