SQL SERVER – Azure Start Guide – Step by Step Installation Guide

As SQL Azure CTP is released I have included here step by step guide for how to configure the CTP.

For pricing and introduction please read SQLAuthority News – SQL Azure – Microsoft SQL Data Services – Introduction and Pricing

First it has to be configured online at

Login using your Live ID

SQL SERVER - Azure Start Guide - Step by Step Installation Guide sqlazure1

Type in invitation code received from Microsoft for CTP. You can request one for your self here.

SQL SERVER - Azure Start Guide - Step by Step Installation Guide sqlazure2

Accept the TOU.

SQL SERVER - Azure Start Guide - Step by Step Installation Guide sqlazure3

Once logged it you will have to create server username and password.

SQL SERVER - Azure Start Guide - Step by Step Installation Guide sqlazure4

Click on my project and it will provide you details about your servername where your data is going to be stored in Azure.

SQL SERVER - Azure Start Guide - Step by Step Installation Guide sqlazure5

SQL SERVER - Azure Start Guide - Step by Step Installation Guide sqlazure6

Currently default database is master database. Click on ‘Create Database’ button to create new user defined database.

SQL SERVER - Azure Start Guide - Step by Step Installation Guide sqlazure7

After please switch to Firewall Settings tab and click on checkbox “Allow Microsoft Services Access to this server”.

SQL SERVER - Azure Start Guide - Step by Step Installation Guide sqlazure8

Select the first rule and click on “Edit Rule”. Che the value of to IP range to either your static IP only for security purpose. If due to any reason, you want to leave it open so you can connect to your Azure from any where keep the From IP to 0.0.0.0 and change the to IP to 255.255.255.255.

SQL SERVER - Azure Start Guide - Step by Step Installation Guide sqlazure9

After the change the settings should look like following image.

SQL SERVER - Azure Start Guide - Step by Step Installation Guide sqlazure10

Now the next step is to connect to SQL Azure from SQL Server Management Studio. When you open SQL Server Management Studio, it opens up the connection window. CLOSE IT!

Now click on New Query.

SQL SERVER - Azure Start Guide - Step by Step Installation Guide sqlazure11

Once click on new query enter username and password as well the servername noted earlier and click on connect. It should connect fine and new query window with master as default database should be displayed. You can start writing any query in New Query Window and result will be visible in Result Window.

SQL SERVER - Azure Start Guide - Step by Step Installation Guide sqlazure12

Reference : Pinal Dave (https://blog.sqlauthority.com)

SQL Azure
Previous Post
SQLAuthority News – SQL Server R2 Resources Downloads, Documentations
Next Post
SQL SERVER – Size of Index Table for Each Index – Solution

Related Posts

5 Comments. Leave new

  • thanks you mister it is nice your article

    Reply
  • Hi Dave,

    Thanks for nicely descriptive step by step.
    One question is our data is stored remotely(Other machine), may be any body hack that data or Microsoft will handle that security.

    Thanks
    Milu

    Reply
  • Gaby Treviño
    February 14, 2013 3:35 am

    Very good article , like always :)

    Reply

Leave a Reply