alternative to SQL Agent Jobs

Discussion in 'Databases' started by Jason Mauss, Sep 10, 2013.

  1. Is there anything else that can be done to "fake" the behavior of a SQL Agent Job? I know you guys don't allow SQL Agent Jobs in your SQL Server environment so I was wondering if there is any other way to schedule something to run or to schedule a web page to be requested so that something in the background can run. Any thoughts or ideas?

    Thanks,
    --Jason
     
  2. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    Use the Scheduled Task Manager in the Control Panel. Make an HTTP call to a webpage to execute a script.
     
  3. Didn't know that was available - thanks! Is there any limit to the number of scheduled tasks you can have?
     
  4. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    It's 2.
     
  5. I found something that looks like a good alternative - and allows more than 2 tasks too. Will probably go with this.
    https://www.setcronjob.com/
     
  6. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    Nice. Thank you for sharing.
     
  7. martino

    martino DiscountASP.NET Staff

    That's awesome! I'm sure some of our users will find this helpful. Thank you for sharing!
     

Share This Page