Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jingyang-li/8d256023911b62292093586d473266f5 to your computer and use it in GitHub Desktop.
Save jingyang-li/8d256023911b62292093586d473266f5 to your computer and use it in GitHub Desktop.
declare @rundt datetime=getdate()
If month(@rundt) not in (1,4,7,10)
THROW 51000,'Job cannot be executed on this month',1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment