Monitor data changes in SQL Azure

Is there a way to to get notifications when SQL Azure data changes or when new data is inserted? I would like to send notifications to an ASP.NET web application and push notifications to a Windows Phone. I know that the SqlDependency class and Query notifications are used to monitor SQL Server 2008 database data changes but SQL Azure doesn’t support this yet.

Migrating ASP.NET Membership Database to SQL Azure

I am trying to migrate a database from SQL Server 2008 to SQL Azure. The database that I am attempting to migrate includes the ASP.NET Membership database (http://www.asp.net/web-forms/tutorials/moving-to-aspnet-20/membership). This database works fine when I run it in my SQL Server 2008 database. However, when I try to authenticate a user against SQL Azure, I receive an error that says:

Windows Azure Can I run multiple WebSites on the same Extra small instance or Small instance

I’m evaluating MS cloud Windows Azure for hosting 3 completely separated websites. Every website has its own database and they are not connected, so 3 websites and 3 databases. My aim is to optimize costs for a start-up project with the possibility to scale up on demand. I would like to know: If is possible … Read more