Due to the 开发者_运维百科goofy SQL Azure timeouts and connection resets, are people really using Entity Framework with SQL Azure? Are LOB applications being developed against SQL Azure? If so, are pe
It seems that due to the SQL Azure Firewall Rules my Wi开发者_运维知识库ndows Azure has no access to the DB.
The following piece of code works with regular SQL and SMO. I\'m trying to get it to work with SQL Azure. According to this MSDN article, a limited subset of functionality that I need (database and lo
The concept of sharding on SQL azure is one of the top recommended options to get over the 50Gb DB size limit, it has at the moment. A key strategy in sharding is to group related records called atomi
As far as I know the key points to migrate an existing database to SQL Azure are: Tables has to contain a clustered
When should i use Sq开发者_如何学JAVAl Azure and when should I use table Storage? I was thinking , use table storage for transaction processing scenarios e.g. debit credit accounts kind ofscenario an
I have an issue with an ASP.NET profile implementation. This is my profile code: public class UserProfile: ProfileBase
I need a cloud database as a back-end for a mobile app, most of them will do what I need, but I also need a management interface (ideally web-based, but could be a Windows client) that makes it easy t
I\'m using a Data Tier DB project to deploy on A开发者_如何学Gozure, everything goes fine, the DB and the schema are well created except that during the pre and post deployment it always tries to use
I\'ve been trying to work out whether it\'s possible to manage (i.e. add tables, modify them, create stored procedures) a SQL Azure databas开发者_如何学编程e using some kind of GUI like SSMS and I kee