Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
possible duplicate of Scheduled Tasks with Sql Azure? – David Makogon May 23 '12 at 20:22

1 Answer

up vote 3 down vote accepted

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.

share|improve this answer
Thanks for you answer ! – MaT May 23 '12 at 20:25

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.