Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8557677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T15:37:40+00:00 2026-06-11T15:37:40+00:00

SQL Azure has a database size limit of 150 gb. I have read through

  • 0

SQL Azure has a database size limit of 150 gb. I have read through their documentation several times and also searched online but I’m unclear about this: Does using federations allow a developer to grow beyond a 150 gb data base? For example can I have several 150GB federation members.

If not, how can I handle a database larger than 150 gb on Windows Azure?

basically, How do I scale out beyond 150 gb on Windows Azure

If theres no other way is RDS a good alternative(share any other alternatives)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T15:37:42+00:00Added an answer on June 11, 2026 at 3:37 pm

    Currently it is not possible to have a single database larger than 150G.

    The only approach is to either split the data into multiple databases, one account can have up to 149 user databases plus the master DB, or use SQL Azure Federations. Currently, if I am not mistaken, the total number of Federations supported is Int16.MaxValue - 1. Each federation is actually a separate database, transparent to the developer, which can be up to 150GB.

    However, SQL Azure Federations has its own pros and cons, along with some data access layer re-factoring. If you are interested you may check out these cool videos on SQL Azure Federations:

    • Building Scalable Apps with SQL Azure
    • Using SQL Azure Database Federations

    UPDATE

    I will not completely agree with @ryancrawcour. What he explains is just the peak of the iceberg lying bellow the water. The amount of required re-factoring really depends on how data is consumed from the application. I will just mention a few factors for considerations (which are not complete picture at all). Consider any of the following:

    • Data that is common for all federations (how you get this data)
    • Stored proc, that post-processes data – you have to iterate in each and ever federation member and execute that stored proc. There is no way to execute the Stored proc once and process data in all the federations.
    • Aggregate data, which is spread across more than 1 federation member
    • List data from more than one federation member.

    These are just few operations that you will need to consider, and that does not require “just change in connection string and execute one use federation …” before each query. Actually using SQL Azure Federations you don’t need to change the connection string at all. It is all the same SQL Azure connection string. The “USE FEDERATION …” statement is what you have execute before each query. But it is way not just the only thing. And how about if one is using EntityFramework (model first, or code first, or whatever). Things get even more complicated and need real understanding of SQL Azure Federations.

    I would say that SQL Azure Federations is different way of thinking about data, about modelling and normalizing.

    UPDATE 2 – new Database sizes announced by Microsoft

    As of 03. April 2014 the maximum size for a single Database has been increased to 500GB. The only available information to date is here. Be aware that the management portal still doesn’t show this option (as of Today and now: 4. Apri 2014, 15:00 GMT+0:00).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an SQL Azure database with a table that has JobId primary key.
I am querying through linq to a SQL Azure database. When a new company
I am trying to use a Database in SQL Azure. I have installed SQL
I'm trying to query the maximum size of a SQL Azure database using code
SQL Azure not only requires each table to have a clustered index, but also
Do we have support for arabic language in sql azure database? Basically we need
We have a database of ASP.net sqlMembershipProvider based users on an Azure SQL database.
I'm working on an SQL Azure Database. I would like to add a rowversion
While transforming some data to SQL Azure, I have noted an unexpected behavior. I
I recently added a stored procedure to my SQL Azure database. I added that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.