Microsoft Azure SQL Database

This is an old revision of this page, as edited by Millercan (talk | contribs) at 04:41, 1 November 2016 (alignment). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Microsoft Azure SQL Database (formerly SQL Azure, SQL Server Data Services, SQL Services, 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:

·        Continuous learning of your unique app patterns, adaptive performance tuning, and automatic improvements to reliability and data protection

·        Scaling as needed, with virtually no app downtime

·        Management and monitoring of multitenant apps with isolation benefits of one-customer-per-database

·        Leverage open source tools like cheetah, sql-cli, VS Code and Microsoft tools like Visual Studio and SQL Server Management Studio, Azure Management Portal, PowerShell, and REST APIs

·        Data protection with encryption, authentication, limiting user access to the appropriate subset of the data, continuous monitoring and auditing to help detect potential threats and provide a record of critical events in case of a breach

Popular Use Cases

·        Relational data storage for cloud based applications and web sites

·        Business and consumer web and mobile apps

·        Manage databases for multi-tenant apps (software-as-a-service)

·        Quickly create dev and test databases to speed up development cycles

·        Scale production business services quickly and at a known cost

·        Containerize data in the cloud for isolation and security

·        Outsource database management in order to focus on value-added services

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 is published by Microsoft.

Timeline

2009 – Service announced

2010 – Service went live

2014 – New version announced

2015 – Elastic Pools announced

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.

SERVICE TIER TARGET WORKLOADS
Databases are available as Standalone databases or in database pools which allow multiple databases to share storage and compute resources.
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.

·       http://cbailiss.wordpress.com/2014/09/16/performance-in-new-azure-sql-database-performance-tiers/

·       http://stackify.com/sql-azure-elastic-pool-product-review/ ·     

·        http://beringer.net/beringerblog/microsofts-secure-cloud-azure-sql-database-security-features

·        http://www.interlink.com/blog/entry/six-reasons-microsoft-azure-sql-database-provides-the-best-data-security-around

·        http://thomaslarock.com/2016/08/8-ways-successful-microsoft-azure-sql-database/

·        https://www.10thmagnitude.com/the-seven-coolest-features-of-azure-sql-database-and-sql-data-warehouse/

·        http://samcogan.com/sql-azure-elastic-database-pool/

·        http://www.lifehacker.com.au/2016/03/microsoft-introduces-virtual-endless-storage-option-for-azure-sql-server-database/

·        https://sqltechblog.com/2016/07/15/azure-sql-database-waits-you-should-be-aware-of/

·        http://www.jamesserra.com/archive/2016/08/azure-sql-database-vs-sql-data-warehouse/

·        http://pietervanhove.azurewebsites.net/

·        http://sqlblog.com/default.aspx

·        http://www.mssqlgirl.com/

·        http://www.michaelmckeown.com/

·        http://joeydantoni.com/

·        http://blogs.appbeat.io/post/how-to-detect-if-azure-sql-failover-switched-between-primary-and-secondary-database

·        http://blog.tyang.org/2016/07/17/calculating-sql-database-dtu-for-azure-sql-db-using-powershell/

·        http://blog.kloud.com.au/2016/04/08/azure-sql-pro-tip-creating-login-account-and-user/

·        http://blogs.endjin.com/2016/08/aws-vs-azure-vs-google-cloud-platform-database/

http://www.databasejournal.com/features/mssql/introduction-to-the-azure-sql-database-advisor.html

Template:Microsoft sql azure overview