Microsoft Azure SQL Database

Microsoft Azure SQL Database (formerly SQL Azure, SQL Server Data Services, SQL Services, and Windows Azure SQL Database) is a managed cloud database for app developers that makes building and maintaining applications easier and more productive.

A cloud database is a database that runs on a cloud computing platform, and access to it is provided as a service. Managed database services take care of scalability, backup, and high availability of the database. Azure SQL Database is a managed database service which is different from AWS RDS which is a container service.

Microsoft Azure SQL Database includes built-in intelligence that learns app patterns and adapts to maximize performance, reliability, and data protection.

It was originally announced in 2009 and released in 2010.

Key capabilities include:

Design

Azure SQL Database shares the SQL Server 2016 codebase. It is compatible with SQL Server 2014 and 2016 and most of the features available in SQL Server 2016 are available in Azure SQL Database. A list of incompatibilities[10] is published by Microsoft.

Timeline

2009 – Service announced[11]

2010 – Service went live[12]

2014 – New version announced[13]

2015 – Elastic Pools announced[14]

Pricing

Azure SQL Database is offered either as a Standalone database or Elastic database pool, and is priced in three tiers: Basic, Standard and Premium. Each tier offers different performance levels to accommodate a variety of workloads.

The resources available for Standalone databases are expressed in terms of Database Transaction Units (DTUs) and for elastic pools in terms of elastic DTUs or eDTUs. A DTU is defined as a blended measure of CPU, memory, and data I/O and transaction log I/O in a ratio determined by an OLTP benchmark workload designed to be typical of real-world OLTP workloads.

Databases are available as Standalone databases or in database pools which allow multiple databases to share storage and compute resources.

Service tier Target workloads
Basic Best suited for a small database, supporting typically one single active operation at a given time. Examples include databases used for development or testing, or small-scale infrequently used applications.
Standard The go-to option for most cloud applications, supporting multiple concurrent queries. Examples include workgroup or web applications.
Premium Designed for high transactional volume, supporting many concurrent users and requiring the highest level of business continuity capabilities. Examples are databases supporting mission critical applications.

It is also available as a limited service offering with a trial Web site or Mobile service and eligible for use with an Azure trial subscription.

See also

Notes

  1. Rabeler, Carl (October 13, 2016). "Azure SQL Database Learns & Adapts". Retrieved 2016-11-03.
  2. Rabeler, Carl (October 13, 2016). "Azure SQL Database Scales on the fly".
  3. Rabeler, Carl (October 13, 2016). "Builds Multi-tenant Apps with Azure SQL Database With Isolation and Efficiency".
  4. "wunderlist/cheetah". GitHub. Retrieved 2016-11-03.
  5. "sql-cli". npm. Retrieved 2016-11-03.
  6. "Visual Studio Code - Code Editing. Redefined". code.visualstudio.com. Retrieved 2016-11-03.
  7. "Any Developer, Any App, Any Platform | Visual Studio". www.visualstudio.com. Retrieved 2016-11-03.
  8. "Use SQL Server Management Studio". msdn.microsoft.com. Retrieved 2016-11-03.
  9. Rabeler, Carl (September 13, 2016). "Azure SQL Database Secures and Protects".
  10. Byham, Rick (August 30, 2016). "Azure SQL Database Transact-SQL differences".
  11. "SQL Data Services announces plans to accelerate core relational database features". azure.microsoft.com. Retrieved 2016-11-03.
  12. "SQL Azure - The Year in Review". azure.microsoft.com. Retrieved 2016-11-03.
  13. "Preview for greater SQL Server compatibility coming soon to Azure SQL Database". azure.microsoft.com. Retrieved 2016-11-03.
  14. "Azure continues to be the best place for Software as a Service". azure.microsoft.com. Retrieved 2016-11-03.

References and Further Reading

Azure SQL DB Performance Tests

BuildBetter, SQL Azure Elastic Pool

Database Journal

Beringer Associates, Steady Mitch

Interlink Cloud Advisors, Six Reasons Microsoft Azure SQL Database Provides the Best Data Security Around

Thomas Larock, 8 Ways To Be Successful With Microsoft Azure SQL Database

Sam Cogan, SQL Azure Elastic Database Pool

Spandas Lui, LifeHacker

Daniel Janik, SQL Tech Blog

James Serra's Blog, Azure SQL Database vs SQL Data Warehouse

Pieter Vanhove Blog

SQL Blog

msSQLgirl

Michael Mckeown

Joey Dantoni

AppBeat, How-to-detect-if-azure-sql-failover-switched-between-primary-and-secondary-database

Tao Yang System Center Blog, Calculating sql database dtu for azure sql db using powershell

Kloud, Azure sql pro tip creating login account and user

Endjin, aws vs azure vs google cloud platform database

This article is issued from Wikipedia - version of the 11/7/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.