Share via


DatabaseEditions Class

Definition

Defines the valid editions of Azure SQL Databases.

public static class DatabaseEditions
type DatabaseEditions = class
Public Class DatabaseEditions
Inheritance
DatabaseEditions

Fields

Basic
Business

The Business Edition Database is best suited for independent software vendors (ISVs), line-of-business (LOB) applications, and enterprise applications. This edition supports a database of up to 150 GB of data, in 10GB increments up to 50GB, and then 50 GB increments.

Premium

The Premium Edition Database is for situations requiring a high number of transactionsper second (>100). Supports more users than Basic and Standard.

Standard

The Standard Edition Database is best suited for a group of users makingfewer than 1000 transactions per minute.

Web

The Web Edition Database is best suited for small Web applications and workgroup or departmental applications. This edition supports a database with a maximum size of 1 or 5 GB of data.

Applies to