SQL Azure server as unit of billing -


one of azure training kit presentation says:

each account has 0 or more logical servers

  • provisioned via common portal
  • establishes billing instrument

each logical server has 1 or more databases

  • contains metadata database & usage
  • unit of authentication, geo-location, billing, reporting
  • generated dns-based name

each database has standard sql objects

  • users, tables, views, indices, etc
  • unit of consistency

so i'm lost :d. not databases units of billing?

i mean, thought servers logical containers , charged per number , size of databases. how servers billed?

thanks.

in subscription, when set sql azure, create logical server, located in 1 of 6 data centers. default, subscription supports single logical server. i'm guessing you'd have contact microsoft increase quota. in case, don't pay @ "server" - there's no data space allocated.

you pay strictly per database. each database tier has monthly rate, amortized daily based on maximum database size each day. save money if database size dynamic. instance: assume have web edition database, has 2 tiers: 1gb , 5gb. let's of month, daily usage falls below 1gb, week, run @ 1.5gb. you'll pay @ 5gb rate week, @ 1gb rate rest of month (this significant savings on paying 5gb rate entire month).

if load 5gb database, price equivalent having 5 1gb databases, if 1gb databases existed in different logical servers.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -