DatabaseEditions Members
Defines the valid editions of Azure SQL Databases.
The following tables list the members exposed by the DatabaseEditions type.
Public Fields
Name | Description | |
---|---|---|
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. |
Top
See Also
Reference
DatabaseEditions Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace