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
In addition to David's answer, if you have a lot of scheduled tasks to do then it might be worth looking at:
(You could use quartz.net within the thread that David mentioned, but lokad.cloud would require a slightly bigger architectural change)