I\'m working in SQLAzure at the moment. I\'m setting up a design where each User has a number of Address\'s
I w开发者_开发知识库ant to host my WCF services in the Azure clouds for scalability reasons. For example there will be some read data action. And it will be under High Load (1000+ user/sec).
I\'m considering migrating our existing SaaS website to Windows Azure. But while Azure looks nice and is probably more开发者_如何学运维 stable than a regular Windows server, I still want to to have
I have a question on how we currently deploy applications on premises and how this would work in Azure.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I wonder if there\'s a way to use scheduled tasks with SQL Azure? Every help is appreciated. The point is, that I want to run a simple, single line statement every day and would like to prevent se开
Create a new user/login in sql azure with access to read/insert/update on the database items like tables sp,view etc.
You\'d think I\'d be able to Google such a simple question. But no matter what I try, I hit a brick wall.
So i did read a lot about Azure yesterday as i\'m considering my plans for the future of my Webapps. The question is whether to migr开发者_高级运维ate or not in 2012 from a dedicated hosting with two
I have User table, it has UserId uniqueidentifier, Name varchar and IsActive bit. I want to create store procedure to set IsActive to false for many user, for example, if I want to deactive 2 user开发