2

I actually search for a system to do a task every day at a precise time. This task is to delete some entries in the database. I have a Web Role and a Sql Azure database. I found some tutorial but nothing very effective and simple. Can somebody help me ?

Thanks a lot.

AvkashChauhan
  • 20,495
  • 3
  • 34
  • 65
MaT
  • 1,556
  • 3
  • 28
  • 64
  • possible duplicate of [Scheduled Tasks with Sql Azure?](http://stackoverflow.com/questions/6057851/scheduled-tasks-with-sql-azure) – David Makogon May 23 '12 at 20:22

2 Answers2

3

Take a lok at this SO post Scheduled Tasks with Sql Azure?.

As of now there is no equivalent of SQL job in SQL server.

Community
  • 1
  • 1
Rahul
  • 76,197
  • 13
  • 71
  • 125
0

If you are open to using a service to do this scheduling of tasks, an alternate solution to purchasing your own worker role is to use Cotega which supports this functionality. For example, you can schedule it to launch stored procedure on regular intervals.

Full disclosure, I work on this service.

Cotega
  • 339
  • 1
  • 2
  • 8