Scheduled Tasks with Sql Azure?

前端 未结 4 549
忘掉有多难
忘掉有多难 2020-12-19 09:28

I wonder if there\'s a way to use scheduled tasks with SQL Azure? Every help is appreciated.

The point is, that I want to run a simple, single line statement every

4条回答
  •  暖寄归人
    2020-12-19 10:17

    In addition to David's answer, if you have a lot of scheduled tasks to do then it might be worth looking at:

    • lokad.cloud - which has good handling of periodic tasks - http://lokadcloud.codeplex.com/
    • quartz.net - which is a good all-round scheduling solution - http://quartznet.sourceforge.net/

    (You could use quartz.net within the thread that David mentioned, but lokad.cloud would require a slightly bigger architectural change)

提交回复
热议问题