Azure SQL Database - Managing your database on the cloud

Slides:



Advertisements
Similar presentations
Database Architectures and the Web
Advertisements

Database Throughput Unit – DTU Monitoring % of current Performance Level Utilization 75% Read 50% Write CPU 60% Memory (coming) Compute Writes.
System Center 2012 R2 Overview
GETTING STARTED WITH AZURE SQL DB Warner Chaves SQL MCM / MVP SQLTurbo.com Pythian.com.
Overview Of Microsoft New Technology ENTER. Processing....
An enterprise-grade database-as-a-service platform with easily accessible tier-1 capabilities.
 Built for SaaS and enterprise applications  Elastic database model for unpredictable workloads  99.99% availability with global reach  Geo-replication.
Inside Windows Azure Virtual Machines Vijay Rajagopalan Microsoft Corporation.
Sitefinity Performance and Architecture
Automate Microsoft Azure Ross Sponholtz Mark Ghazai.
SQL Server 2014 Standard Edition SQL Server 2014 Standard Edition delivers business-class data management for a wide variety of database applications,
Java in the cloud PaaS Platform in Comparison By Srini Kumar VP MSat IT Evangelist & Strategy Advisor.
Amazon Web Services BY, RAJESH KANDEPU. Introduction  Amazon Web Services is a collection of remote computing services that together make up a cloud.
Introduktion till Azure SQL Database Robert Folkesson Active Solution.
4/24/2017 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
20409A 7: Installing and Configuring System Center 2012 R2 Virtual Machine Manager Module 7 Installing and Configuring System Center 2012 R2 Virtual.
Presented by Vishy Grandhi.  Lesson 1: AX Overview  Lesson 2: Role based security  Lesson 3: Monitoring  Troubleshooting.
Testing With Your Data, Your Way! Distributed Replay 1 SQLSat 470 Washington DC December 5, 2015.
Azure SQL Database Lori Clark SQL Saturday 10/17/2015.
Putting Your Head in the Cloud Working with SQL Azure David Postlethwaite 19/09/2015David Postlethwaite.
SQL Server as a Cloud Service November 11th 2015 Warner Chaves SQL MVP/MCM.
Configuring SQL Server for a successful SharePoint Server Deployment Haaron Gonzalez Solution Architect & Consultant Microsoft MVP SharePoint Server
SQL Server as a Cloud Service April 15th 2016 Warner Chaves Data Platform MVP/SQL Server MCM.
Microsoft Dynamics NAV Dynamics NAV 2016 one Azure SQL Dmitry Chadayev Microsoft.
Microsoft Dynamics NAV Microsoft Dynamics NAV managed service for partners, under the hood Dmitry Chadayev Corporate Vice President, Microsoft.
Windows 2012R2 Hyper-V and System Center 2012
Managing a database environment in the cloud
Backups for Azure SQL Databases and SQL Server instances running on Azure Virtual Machines Session on backup to Azure feature (manual and managed) in SQL.
Use relational database as a service
Migrating to Azure SQL Database: Tips, Tricks, and Lessons Learned
Connected Infrastructure
Cloud BI with Azure Analysis Services
Azure SQL Databases - Introduction and Migration
Lead SQL BankofAmerica Blog: SQLHarry.com
Cloud BI with Azure Analysis Services
The DBA with his Head in the Clouds (or being an Azure SQL DBA)
SQL DB Elastic Pools for SaaS
Elastic database patterns for SaaS applications in Azure
Azure Functions and Automation: The SQL Agent in the Cloud
Example of a page header
Logo here Module 3 Microsoft Azure Web App. Logo here Module Overview Introduction to App Service Overview of Web Apps Hosting Web Applications in Azure.
Scaling In e Scaling Out através do elastic pool
Welcome! Power BI User Group (PUG)
Connected Infrastructure
Installation and database instance essentials
Azure SQL Database – Scaling in and Scaling out with elastic pool
02 | Design and implement database
SQL Azure Database – High Availability
Azure SQL Database – Scaling in and Scaling out with elastic pool
Introduction to Azure SQL Database
What is the Azure SQL Datawarehouse?
Java in the cloud PaaS Platform in Comparison
Managing Clouds with VMM
Massively Parallel Processing in Azure Comparing Hadoop and SQL based MPP architectures in the cloud Josh Sivey SQL Saturday #597 | Phoenix.
20409A 7: Installing and Configuring System Center 2012 R2 Virtual Machine Manager Module 7 Installing and Configuring System Center 2012 R2 Virtual.
Cloud BI with Azure Analysis Services
Azure's Performance, Scalability, SQL Servers Automate Real Time Data Transfer at Low Cost MINI-CASE STUDY “Azure offers high performance, scalable, and.
Cloud BI with Azure Analysis Services
Understanding Azure SQL DB Service Tiers
Cloud Data Replication with SQL Data Sync
Microsoft Azure for SQL Server Professionals
Stretch Database - Historical data storage in SQL Server 2016
Technical Capabilities
Developing Microsoft Azure Solutions Jump Start
Microsoft Azure for SQL Server Professionals
5 Azure Services Every .NET Developer Needs to Know
Cloud BI with Azure Analysis Services
ZORAN BARAC DATA ARCHITECT at CIN7
SQL Azure to .NET Developers
The Database World of Azure
Presentation transcript:

Azure SQL Database - Managing your database on the cloud

Event Sponsors Expo Sponsors Expo Light Sponsors

Agenda: What is Cloud Computing? What is a SQL Database? 12/1/2018 Agenda: What is Cloud Computing? What is a SQL Database? How to manage a SQL Database?

Vitor Fava YouTube.com/vitortff Linkedin.com/in/vitorfava SQL Server Database Consultant at Pythian Data Platform MVP Pass Chapter Leader at SQLManiacs YouTube.com/vitortff Linkedin.com/in/vitorfava Facebook.com/vitortadeu.fava Instagram.com/vitor.fava @sqlservermaniac

What is Cloud Computing? 12/1/2018 What is Cloud Computing?

What is Cloud Computing? 12/1/2018 What is Cloud Computing?

What is SQL Database? Relational database service in the cloud; 12/1/2018 What is SQL Database? Relational database service in the cloud; Delivers predictable performance, scalability with no downtime, business continuity and data protection; SQL Database supports existing SQL Server tools, libraries and APIs;

What is SQL Database? Singleton; Elastic Pool; 12/1/2018 What is SQL Database? Singleton; Elastic Pool; Managed Instance (Preview);

SQL Database – Singleton Service Tiers 12/1/2018 SQL Database – Singleton Service Tiers

What is DTU? DTU = Database Throughput Units Resources assigned to a database Unified measure of CPU+Memory+Read/write rates CPU Writes Reads Memory 40% 65% 30% 50% Utilization https://msdn.microsoft.com/en-us/library/ms189457.aspx

What is DTU – DTU Calculator How to calculate the needed DTU to my SQL Database? You can predict the service tier  Too much: Not cost effective. Too less: You can put your database in trouble (and you!). DTU Calculator Online service (http://dtucalculator.azurewebsites.net/) Based on collected performance indicators. Processor - % Processor Time Logical Disk - Disk Reads/sec Logical Disk - Disk Writes/sec Database - Log Bytes Flushed/sec Does not take into account: Uptime SLA Point in time Restore Performance Objective https://msdn.microsoft.com/en-us/library/ms189457.aspx

12/1/2018 Demo Time 

Scaling Up or Scaling Down

12/1/2018 What is an Elastic Pool? Provide a simple cost effective solution to manage the performance goals for multiple databases that have widely varying and unpredictable usage. Elastic database pools ensure that databases get the performance resources they need, when they need it, while providing a simple resource allocation mechanism within a predictable budget Advantage of all of the database as a service capabilities that are built into it;

SQL Database – EP Service Tiers 12/1/2018 SQL Database – EP Service Tiers

12/1/2018 Demo Time 

When should you consider a elastic pool? 12/1/2018 When should you consider a elastic pool?

When should you consider a elastic pool? 12/1/2018 When should you consider a elastic pool?

When should you consider a elastic pool? 12/1/2018 When should you consider a elastic pool?

12/1/2018 Demo Time 

Managing the SQL Database Azure Portal   Web-based application where you can create, update, and delete databases and logical servers and monitor database activity SSMS and Data Tools Client tools that run on your computer and allow you to connect to, manage, and develop your database in the cloud. Command line tools You can use command line tools such as PowerShell to manage databases and elastic database pools, and to automate Azure resource deployments.

Monitoring a SQL Database DMVs Extended Events Query Performance Insight https://msdn.microsoft.com/en-us/library/ms189457.aspx

12/1/2018 Thank you!!!!!