Details of 5GB and 50GB SQL Azure databases have now been released, along with new price points

Like many others signed up to the Windows Azure Platform, I received an email overnight detailing the upcoming database size changes for SQL Azure. I know from our work with early adopters over the last 12 months that the 1GB and 10GB limits were sometimes seen as blockers, especially when migrating existing application to SQL Azure.

On June 28th 2010, we will be increasing the size limits:

  • SQL Azure Web Edition database from 1 GB to 5 GB
  • SQL Azure Business Edition database will go from 10 GB to 50 GB

Along with these changes comes new price points, including the option to increase in increments of 10GB:

  • Web Edition:

  • Up to 1 GB relational database = $9.99 / month

  • Up to 5 GB relational database = $49.95 / month

  • Business Edition:

  • Up to 10 GB relational database = $99.99 / month

  • Up to 20 GB relational database = $199.98 / month

  • Up to 30 GB relational database = $299.97 / month

  • Up to 40 GB relational database = $399.96 / month

  • Up to 50 GB relational database = $499.95 / month

Check out the full SQL Azure pricing.

Related Links:

This article is part of the GWB Archives. Original Author: Eric Nelson

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.