Tag: SQL Azure
-
AdventureWorks database for SQL Azure
In this post we will walkthrough step by step to create AdventureWorks database for SQL Azure. We will use AdventureWorks database for SQL Azure from codeplex. To create follow the step as below, Step 1 Go to http://msftdbprodsamples.codeplex.com/ Step 2 Download SQL Azure OLTP from the codeplex site Step 3 After downloading unzip the […]
-
Data from Cloud on Windows Phone
“Data from cloud on the phone “, it may appear as a buzzing sentence to you. In this post, I try to minimize complexity of accessing data from cloud to be specific from SQL Azure in Windows Phone. In this post I will walkthrough step by step accessing data from SQL Azure in Windows Phone. […]
-
SQL Azure to Developers: Some Basic Concepts
Objective In this post we will focus on overview of SQL Azure along with a first look on SQL Azure Management Portal. Essentially we will cover in this part What is Cloud Database What is SQL Azure Create and Manage Database in SQL Azure Fire Wall in SQL Azure What is Cloud Database? For a […]
-
Fetching Data from SQL Azure table in Windows 7.1 [Mango] Phone using WCF Data Service
In this article, we will discuss about how to consume data from cloud [SQL Azure] in a Windows 7.1 [Mango] phone. SQL Azure and Windows 7.1 [Mango] phones are two common terms that you can hear about from many tech-savvy people. So I thought it is the right time to integrate these technologies. In this […]
-
Billing in SQL Azure
1. Web edition databases are billed at the 1GB rate for databases below 1GB of total data or at 5GB rate for databases between 1GB and 5GB size. 2. Business edition databases are billed at 10GB increments (10GB, 20, 30, 40 and 50GB). In a particular day billing is done on the pick DB size. […]
-
WCF Data Service with SQL Azure
In this article we will expose database from cloud or SQL Azure as WCF Data Service. There two steps mainly involved in this 1. Creating local Database and migrating to SQL Azure 2. Exposing SQL Azure Database as WCF DATA Service Step1: Creating local Database and migrating to SQL Azure Creating Database The first step […]