azure-sql-database
SQL Azure + Entity Framework - What's the Pattern?
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[详细]
2023-02-13 01:46 分类:问答My Azure Web Application has no access to my SQL Azure DB
It seems that due to the SQL Azure Firewall Rules my Wi开发者_运维知识库ndows Azure has no access to the DB.[详细]
2023-02-11 05:02 分类:问答Failure to create a SQL Azure login with SMO
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[详细]
2023-02-10 17:51 分类:问答SQL Azure Sharding and Social Networking Apps
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[详细]
2023-02-10 03:20 分类:问答Migrating database to SQL Azure
As far as I know the key points to migrate an existing database to SQL Azure are: Tables has to contain a clustered[详细]
2023-02-09 14:49 分类:问答When should I use Sql Azure and when should I use table Storage?
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[详细]
2023-02-09 08:43 分类:问答ASP.NET Custom Profile Error
I have an issue with an ASP.NET profile implementation. This is my profile code: public class UserProfile: ProfileBase[详细]
2023-02-07 03:32 分类:问答What tool can I use to easily manage data within a cloud database (Azure/SimpleDB/etc)?
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[详细]
2023-02-06 22:39 分类:问答Deploying a Data-Tier Project on SQL Azure - Pre and Post Deployment use the master DB
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[详细]
2023-02-06 01:29 分类:问答SQL Azure database using SQL Server Management Studio
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[详细]
2023-02-05 04:42 分类:问答