-1

I have migrated a database to SQL Azure but need to have a scheduled task run every evening. I always see references to "roles" or other methods that can be used to simulate an automated tasks function but I have yet to see a step-by-step guide for this. Does a guide exist for this?

Unknown Coder
  • 6,625
  • 20
  • 79
  • 129

4 Answers4

0

There is a discussion about this topic under this post that might be helpful.

Scheduled Tasks with Sql Azure?

Community
  • 1
  • 1
Cotega
  • 339
  • 1
  • 2
  • 8
0

Other than creating Worker Roles, you can also use the scheduler..

http://fabriccontroller.net/blog/posts/build-your-own-sql-server-agent-for-windows-azure-sql-database-with-the-scheduler/

Ostati
  • 4,623
  • 3
  • 44
  • 48
0

And then you can take the SQL Azure Agent, which was built on top of the mentioned articles ;)

astaykov
  • 30,768
  • 3
  • 70
  • 86
-1

You can read it here:

part 1

part 2

part 3

Dalex
  • 3,585
  • 19
  • 25