How can I create a custom sql server job schedule? I need to create a
job that will run on the last business day of each month (excluding
designated holidays). I could either load the holidays to exclude or
the days to actually run the job (last business day) in a table. Is
there a way to do this? Thanks.