Software Development for a Cloud Computing: IaaS, PaaS, SaaS, DaaS, AWS, Azure, Cloud Foundry, Heroku
 
Tag: <span>sql azure</span>

Powering Data On the Web and the Cloud with SQL Azure

This video provides demos and guidance on lighting up web experiences using SQL Azure, Microsoft’s suite of cloud database services. Using Visual Studio we’ll go through the steps to quickly architect cloud data-driven web user experiences in ASP.NET MVC3 that also scale for high volumes of users and data. Next, …

Partition Data in SQL Azure

This sample demonstrates how to partition your data in SQL Azure. It shows two ways: one is vertical partitioning while the other is horizontal partitioning. In this version of vertically partitioning for SQL Azure we are dividing all the tables in the schema across two or more SQL Azure databases. …