|
by Wayne Walter Berry via SQL Azure Team Blog on 8/2/2010 5:02:46 PM
Currently, SQL Azure doesn’t have the concept of a SQL Server Agent. In this blog series we are attempting to create a light-weight substitute using a Windows Azure Worker role. In the first blog post of the series, I covered how the Windows Azure worker roles compare to SQL Server Agent, and got started with Visual Studio and some code. In this blog post I am going to create a mechanism to complete the “job” once per day. Creating a Database Windows Azure is a stateless platform, where the wo
... [ read more ]
|
|