-1

Can someone help me to create Yearly Job Using T-SQL? I wanted to execute the stored proc yearly. I searched this ques in list of ques which are already asked but not able to get it.

Priyanka
  • 23
  • 1
  • 6
  • You have to set it up to run monthly, every 12 months. There isn't a "yearly" option but this is the same thing. – S3S Jun 12 '17 at 18:58

1 Answers1

0

You may be able to setup a job (like a scheduled task).

Is this what you are after? https://msdn.microsoft.com/en-us/library/ms191439(v=sql.105).aspx

JM1
  • 1,595
  • 5
  • 19
  • 41