My DSN String looks like this: dsn:odbc:DRIVER={SQL Server};Server=myserver.database.windows.net;Database=mydb;
at first I want to make my apologize for my english I\'ve a problem with DTOs, I\'m using SQLAzure for my DB and I host services on Azure
I\'m looking for suggestions for scaling a points leaderboard system. I already have a working version using a very normalized strategy. This first version was essentially a table which looked somethi
There is a new trial offer available for windows Azure which gives you 25 hours of small computing instance time a month and other things like 1 GB SQL Azure and more. See link below: http://www.micro
I have a winform project using LINQ 2开发者_Go百科 SQL as data access. I want to move the SQL Server database to the SQL Azure. Is there any problem with my data access, specifically L2S or I have to
Can SQL Azure scale without any specific technique or administration like Google App Engine\'s BigTable? No manual 开发者_JS百科partitioning or replication required?Do you mean scale to meet increasin
I am using Entity Framework (v4.0) to connect to SQL Azure (I have the March SDK installed) and getting a InvalidOperationException when trying to query a table. The message of the exception is Invali
Closed. This question is off-topic. It is not currently accepting answers. 开发者_StackOverflow社区
I want to ask from some Amazon cloud technologyExperts , that is it profitable to deploy our web application on amazon cloud as compared to normal server?
Currently I am working on an MVC 2 project and we are trying to implement fulltext search. Originally we were going to take advantage of SQL Server fulltext search capabilities but we are aware th开发