0

I host my application and SQL database on shared hosting and I want to run SQL jobs but SQL server agent is not available on shared hosting .

What is the way of accomplishing this ? Or recommendations for shared hosting company allow SQL server agent?

jarlh
  • 42,561
  • 8
  • 45
  • 63
kerolos malak
  • 57
  • 1
  • 3
  • 6
  • 1
    You will probably need to expose a web service in your shared hosting, then on another machine to run a scheduler either crontab on linux paired with a shell script and cURL, or in windows, set a task in task scheduler paired with a bat file an also cURL – Qiqo Jul 05 '17 at 08:13
  • 1
    Talk to your shared hosting company. They charge extra but they do allow sql server agent jobs. – Prabhat G Jul 05 '17 at 08:58

0 Answers0