Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6640887
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:44:48+00:00 2026-05-25T23:44:48+00:00

I have a SQL Agent Job that has multiple steps which are scheduled to

  • 0

I have a SQL Agent Job that has multiple steps which are scheduled to run Monday – Friday at a certain time. I need to be able to implement a stop feature on this job to not run on Holidays that are listed in a table.

I don’t really know how to proceed with this. Do I need to create a first step that checks if it is a holiday and then fails the job if it is?

I have a stored procedure that will check the date that I pass to see if it is a holiday, I just don’t know how to force it to report failure if the result is yes it is a holiday. Any help would be greatly appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T23:44:49+00:00Added an answer on May 25, 2026 at 11:44 pm

    Idea:

    1. SQL Server Agent runs job
    2. 1st step is “check for holiday”
    3. code throws error
    4. job step silently fails

    Point 3: To get the error from from the stored procedure to SQL Server Agent, you use RAISERROR

    ...
    IF EXISTS (SELECT * FROM Holidays WHERE Date = GETDATE())
       RAISERROR ('Do nothing: relax: chill out', 16, 1);
    ...
    

    Points 4: In this case, use “Quit with success” (1) for the @on_fail_action parameter to sp_add_jobstep

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table which has multiple records of the same sales agent id
I have scheduled sql agent task which runs an SSIS package. I want to
I have this small code using SQL Server Agent to Run a Remote Package
I have an SSIS package that needs to be deployed to SQL Server agent.
Is it possible to run an SSIS package from a sql server agent job
We have a database against which we run unit tests for components that require
I have a job that is supposed to run every 11 AM and 8
I have a scripted SQL Server Agent job I'm trying to transfer over to
I have a SQL 2005 instance that runs a job that uses a Powershell
I have some scheduled jobs in my SQL Agent: Job1, executing every 2 minutes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.