Getting Started with Adobe After Effects - Part 6: Motion Blur


Upload Image Close it
Select File

BLOG: ParasDoshi.com; Twitter: Paras_Doshi
Browse by Tags · View All
SQL Azure 33
Azure 26
#SQLServer 20
SQL Server 18
brh 14
SQLAzure 13
SQL-Azure 13
Windows Azure 11
#SQL Server 8
TSQL 7

Archive · View All
September 2011 6
October 2011 5
July 2011 5
May 2011 5
November 2011 4
June 2011 4
April 2011 4
December 2011 3
August 2011 3

Getting started with SQL Azure - Part 2: Creating Azure account and a SQL Azure Database << Paras Doshi

Sep 19 2011 6:18AM by Paras Doshi   

Getting Started With SQL Azure series:

    1. What is SQL Azure? 2. Creating First SQL Azure Database 3. Provisioning and Billing Model 4. SQL Azure Architecture 5. SQL Azure's security model 6. Migrating Databases to SQL Azure 7. Administration Tasks - I 8. Administration Tasks - II 9. Developing SQL Azure applications 10A. Getting started with SQL Azure reporting and SQL Azure Data SYNC 10B Conclusion

In this article, we will first get you a Windows Azure account, if you don’t have one. Then, we will create a SQL Azure Database. And then, we will try connecting to it through SQL Server Management Studio running on our machine.

To create SQL Azure Databases, you will need a Windows Azure account. So let us go ahead and sign up for a Windows Azure account. Just a heads up before we do so, you will need a credit card to sign up for a Windows Azure subscription.

In addition, you may ask, “Can I sign up for SQL Azure subscription and not Windows Azure subscription?” Not exactly, SQL Azure is a part of Windows Azure and so you could get yourself a Windows Azure account and do not use other components. Since you pay for ONLY what you use - no extra charges are applicable. So yes, let us go ahead and get a Windows Azure subscription:

If you are just starting out, you can sign up for a Free Trial that is being offered by Microsoft.

Now go to: http://www.microsoft.com/windowsazure/free-trial/

 

image

 

Note that with a free trial, we will get a 1 GB web edition SQL Azure database, which I believe is all you need to get started!

Quiz: Can you create more than one “1 GB” web edition SQL Azure database at a single point of time and still not get charged for it during free trial? What do you think (you may use comment section to continue our discussion). In next post, I will explain you SQL Azure billing model and we will try understanding it in detail there. For now, if you want a reference to think more about the question, here it is Accounts and billing in SQL Azure.

Information about other plans can be found at http://www.microsoft.com/windowsazure/offers/

image

 

Now, just a quick steps of what you can expect when you try signing up for Free Trial.

  1. Click on Free Trial
  2. Login using a windows live id
  3. Enter Contact information
  4. Review the pricing and online subscription agreement
  5. Enter Billing information
  6. You will get a message like: "Your subscription is being provisioned... The Windows Azure subscription you have just created is being provisioned in our system. It can take up to 15 minutes to complete the provisioning process. Your order confirmation number is xxxxxxxxxx In the mean time you can explore the resources below, and they will help you onboard on Windows Azure faster."
  7. And you will be redirected to Azure management portal when your subscription is successfully provisioned!

If by any chance you are asked to verify your account via text message - please do so. If you are not from a country that is listed, then please contact support for manual verification. Also, please have a look at http://blogs.msdn.com/b/windowsazure/archive/2011/05/23/fraud-prevention-measure-for-new-windows-azure-platform-accounts.aspx for more information.

And Congrats! You have successfully signed up for a Windows Azure free trial!

Now, This is what an Azure Management Portal looks like:

image

 

This is a one-stop place to manage all your hosted services, storage accounts, databases, etc. And I love the portal! It’s very easy to get familiar with the portal. I am just going to ask you to become a kid and explore this portal if you have not done so before! (Just make sure that you do not create/deploy things that you may get charged for – be a responsible kid!).

Now, when you are done with exploring, let’s create our very first SQL Azure Server!

There are two ways to do so from Home section in Azure Management Portal:

  1. You may click on “New database server” tab found in the top of the page
  2. You may also click on “Database” found in the left pane under Home section. On clicking it, you will see:

image

 

Now click on “create a new SQL Azure server” section found in the center pane:

image

 

Now, Select the subscription and click on next:

 

image

 

Now, Select the Region and click on next:

 

image

 

Now, choose Administrator login and password. Choose a secure password and secure login ID. It is equivalent to “sa” for SQL server and so you may have understood the importance of this login ID and password. BTW “sa” login id is not supported.

 

Once you are done, you will see:

image

 

Now, this is where you configure the SQL Azure firewall which is a special security mechanism in SQL Azure which blocks requests based on it’s IP address. Simple concept but it is crucial to protect our SQL Azure servers from unwanted access. So configure it cautiously! Click on “Add”

image

 

For now, I am just going to allow my computer to be able to connect to this server so I create a rule that starts and ends with my current IP address. click on “ok”:

 

image

 

Here, you will be able to see the list of firewall rules. You can update or delete any rule you may want to. Note that I want to allow windows Azure services to access this server so I just checked the box. Click on Finish to see newly created server:

image

 

just that you know, I have more than one subscription associated with my live id, you may see only one subscription under the “subscriptions” tab on the left side. And the name of the subscription that I created for this article is “Subscription-1”

And as you can see in the above image, your server properties can be found on the right side too. Now, let’s create a SQL Azure Database! To do so, click on “create” found on top pane:

image

 

Enter the name:

image

 

And click on “ok”:

image

 

Your very first SQL Azure database has been created!

 

Now, Fire up SSMS:

Note: SQL Server Management Studio from SQL Server 2008 R2 and SQL Server 2008 R2 Express should be used. previous versions of SSMS are not supported.

 

Now, Enter login credentials.

image

For now, we would not bother with “options”.

Click on connect and we are connected to our SQL Azure server!

In case, you are not able to connect to SQL Azure server, please have a look at http://social.technet.microsoft.com/wiki/contents/articles/sql-azure-connectivity-troubleshooting-guide.aspx 

image

 

Let’s create a table in MyFirstSQLAzureDatabase:

image

 

So yes! That is it.

In this article 1. We got you a Windows Azure account (to play with SQL Azure)! 2. We created our very first SQL Azure database (and table too!) 3. We connected to SQL Azure server Via SSMS

In next article, we will discuss about provisioning and billing model of SQL Azure. Stay tuned!

 

Update: Part 3

http://beyondrelational.com/blogs/parasdoshi/archive/2011/09/26/getting-started-with-sql-azure-part-3-lt-lt-paras-doshi.aspx

Tags: Azure, SQL Server, SQL Azure, #SQL Server, Windows Azure, SQL-Azure, SQLAzure,


Paras Doshi
16 · 10% · 3265
1
 
0
Lifesaver
 
0
Refreshed
 
0
Learned
 
0
Incorrect



Submit

6  Comments  

  • I registry as you tutorials. And I have to active my account with sms text messenger. But Microsoft isn't support my country. How can I active my account

    commented on Sep 21 2011 2:14AM
    kotaih
    2636 · 0% · 4
  • I updated the blog entry. Thank you bringing this up!

    commented on Sep 21 2011 2:29AM
    Paras Doshi
    16 · 10% · 3265
  • My friend says he can active his accounts by skype phone number. Is it true?

    commented on Sep 21 2011 11:28AM
    kotaih
    2636 · 0% · 4
  • I am sorry - i am not sure about it as i have my LIVE ID registered for Azure since Dec 2010 and so even if i register for new subscription, i am not asked to verify my account via text messages or other means.

    But you could consider asking it on windows azure MSDN forum: http://social.msdn.microsoft.com/Forums/en-US/windowsazurepurchasing/threads

    commented on Sep 21 2011 2:29PM
    Paras Doshi
    16 · 10% · 3265
  • Update: Nowadays, The Windows Azure free trial allows you to set "spending limit" and that means that you would not be charged above the limit you set. And if you go above the limit in a given month, then the Azure service for you for that month would be disabled - you can resume from the next month.

    I believe this is great for those who do not want to get charged when they are trying out Windows Azure.

    commented on Feb 27 2012 11:01PM
    Paras Doshi
    16 · 10% · 3265

Your Comment


Sign Up or Login to post a comment.

"Getting started with SQL Azure - Part 2: Creating Azure account and a SQL Azure Database << Paras Doshi" rated 5 out of 5 by 1 readers
Getting started with SQL Azure - Part 2: Creating Azure account and a SQL Azure Database << Paras Doshi , 5.0 out of 5 based on 1 ratings
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]