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

  • Home
  • SEARCH
  • 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 8817957
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T04:58:45+00:00 2026-06-14T04:58:45+00:00

Resizing of a single shard is possible through the Windows Azure database management portal,

  • 0

Resizing of a single shard is possible through the Windows Azure database management portal, but there doesn’t seem to be any documentation on how to do this programmatically. Is this command available through SQL?

  • 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-14T04:58:47+00:00Added an answer on June 14, 2026 at 4:58 am

    The only available command is ALTER FEDERATION command.
    With that command you can SPLIT federations – i.e. making two federations out of one. Or you can DROP federations. Currently there is no single command to perform federation resizing. You can use the ALTER Federation command to achieve your goal, but resizing a Federation would require more than one step. The current approach is to:

    • Copy data from the federation that you want resized to some DB (locally or federation root)
    • Drop the federation
    • Create the federation with new “size”
    • get the data back in

    Well this is for, if you would like to change the federation boundary values (top and bottom) for federation key. If you just like to resize in terms of MAX SIZE, you could just ALTER DATABASE syntax. Each federation member is actually a separate SQL Database. You can look at your MASTER DB and look around the following VIEWS to find the exact name of the database behind a federation member:

    • sys.databases, it has column Is_Federation_Member
    • sys.federations
    • sys.federation_members
    • sys.federation_member_distributions

    Once you find, just execute ALTER DATABASE [your_found_federation_member_db_name] MODIFY (MAXSIZE = [1 | 5 | 10 | 20 | 30 … 150] GB).

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

Sidebar

Related Questions

Possible Duplicate: Resizing an Image without losing any quality The code I always use
I'm resizing a window with MoveWindow() but I don't own that window. I simply
I'm having some trouble with resizing and scaling of controls in a windows form.
I have a simple images resizing script that works great for JPEGs, but not
i found a lot of questions about resizing images in .NET and whatnot, but
I'm using iosslider but can't seem to show just one image in the slider
How do I call a function once the browser windows has FINISHED resizing? I'm
When resizing the group box, is there a way to snap it to the
Is it possible to take a page object, or maybe just a single ASP.NET
I only have a single monitor with a 1920x1080 resolution. Is there some tool

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.