SlideShare a Scribd company logo
Performance Tuning
Azure SQL Database
GOAL
• Understand the different tools,
options, and capabilities needed in
order to tune queries within an Azure
SQL Database.
Let’s Talk
scarydba.com
grant@scarydba.com
@gfritchey
Grant Fritchey
Azure SQL Databse:
Baseline
PERFORMANCE TUNING AZURE SQL DATABASE
Not SQL Server
• Platform as a Service
• Reduced functional foot print
• Radically increased functionality
– Scalability
– Redundancy
– Maintenance
#ITDEVCON
PERFORMANCE TUNING AZURE SQL DATABASE
SQL Server
• Under the covers, just SQL Server
• Same fundamental structures
• Same fundamental language
#ITDEVCON
PERFORMANCE TUNING AZURE SQL DATABASE
Why Tune Queries
• Just use PaaS scaling?
• Improve performance
• Reduce overhead
• Reduce costs
– Query tuning saves money!
#ITDEVCON
Available Tools
#ITDEVCON
PERFORMANCE TUNING AZURE SQL DATABASE
Tools: T-SQL
• Works the same
• Further reduction in learning curve
• Full range of functionality
PERFORMANCE TUNING AZURE SQL DATABASE
Tools: Powershell
• Automation is your friend
• New commands
• Direct integration between On-
premise and Azure
PERFORMANCE TUNING AZURE SQL DATABASE
Tools: SSMS
• Basics all work
• Some GUI functions don’t work
• Advanced functionality doesn’t work
• Let’s you function how you’re used to
#ITDEVCON
PERFORMANCE TUNING AZURE SQL DATABASE
Tools: Third Party
• Some work fully
• Some work partially
• Some don’t work at all
• Few directly focused, but that is
changing
#ITDEVCON
DEMO
#ITDEVCON
Gathering Metrics
PERFORMANCE TUNING AZURE SQL DATABASE
Reduced Footprint
• No Trace Events
• No Extended Events
– Yet
• No Profiler
– Yay!
#ITDEVCON
PERFORMANCE TUNING AZURE SQL DATABASE
DBCC
• SHOW_STATISTICS
• SQL_PERF
• Not much else
– No FREEPROCCACHE
– No DROPCLEANBUFFERS
#ITDEVCON
PERFORMANCE TUNING AZURE SQL DATABASE
Dynamic Management Views
• 80% the same as Earthed SQL Server
• Some unique to Azure SQL Database
#ITDEVCON
PERFORMANCE TUNING AZURE SQL DATABASE
Common DMVs
• Sys.dm_exec_query_stats
• Sys.dm_exec_procedure_stats
• Sys.dm_exec_sql_text
• Sys.dm_exec_query_plan
• Sys.dm_os_wait_stats
#ITDEVCON
PERFORMANCE TUNING AZURE SQL DATABASE
Unique DMVs
• Sys.dm_db_wait_stats
• Sys.database_connection_stats
• Sys.event_log
#ITDEVCON
DEMO
#ITDEVCON
Query Store
#ITDEVCON
PERFORMANCE TUNING AZURE SQL DATABASE
What is the Query Store
• “Flight Data Recorder”
• Built-in query metrics
• Captured execution plans
#ITDEVCON
PERFORMANCE TUNING AZURE SQL DATABASE
Query Store Functionality
• Show query metrics
• Show execution plans
• Control which execution plan gets
used
#ITDEVCON
DEMO
#ITDEVCON
PERFORMANCE TUNING AZURE SQL DATABASE
Conclusion
• Query tuning saves money
• Process is the same
• Learn additional tools available
• Take advantage of them
Resources
• Scarydba.com/resources
• SQL Server Execution Plans
• SQL Server Query Performance
Tuning
Let’s Talk
scarydba.com
grant@scarydba.com
@gfritchey
Grant Fritchey
Rate This Session Now!
Rate with Mobile App:
• Select the session from the
Agenda or Speakers menus
• Select the Actions tab
• Click Rate Session
Rate with Website:
Register at www.devconnections.com/logintoratesession
Go to www.devconnections.com/ratesession
Select this session from the list and rate it
Tell Us
What
You
Thought
of This
Session
Be Entered to
WINPrizes!
#ITDEVCON

More Related Content

What's hot (20)

PDF
Ohio Devfest - Visual Analysis with GCP
Wesley Workman
 
PPTX
Serverless beyond AWS Lambda
Ben Kehoe
 
PPTX
Campus days Azure HDInsight automation
Kenneth Michael Nielsen
 
PPTX
Serverless Apps
joehack3r
 
PDF
Office Online Server 2016 - a must for on-premises installation for SharePoin...
SPC Adriatics
 
PDF
10 Tips to Pump Up Your Atlassian Performance
Atlassian
 
PDF
Sitecore 8 Azure PaaS Module Blueprint
Mark Taylor
 
PPTX
#SPFestDC #Azure #Functions V2: What's new and getting started
Vincent Biret
 
PDF
JIRA Data Center Implementation at Pitney Bowes - Peter Strickland
Atlassian
 
PDF
Tracing Java Applications on Azure
CodeOps Technologies LLP
 
PDF
Building Search Engines - Lucene, SolR and Elasticsearch
Rahul Singh
 
PPTX
Azure IaaS-PaaS Migrations - Lessons Learned
John Calvert
 
PPTX
How the Cloud Changes Business Solution Design and Delivery
SPC Adriatics
 
PPTX
Azure functions
EducationTamil
 
PPTX
Monitor Azure Kubernetes Cluster With Prometheus by Mamta Jha
CodeOps Technologies LLP
 
PPTX
CREATING REAL TIME DASHBOARD WITH BLAZOR, AZURE FUNCTION COSMOS DB AN AZURE S...
CodeOps Technologies LLP
 
PPTX
Going Serverless with Azure Functions
Christos Matskas
 
PPTX
Site speed Server Optimization
Shelly Fagin
 
PPTX
Troubleshooting common scenarios with Always On - A Dress Rehearsal
Amit Banerjee
 
PPTX
Enhancements to High Availability, Disaster Recovery and Replication
Amit Banerjee
 
Ohio Devfest - Visual Analysis with GCP
Wesley Workman
 
Serverless beyond AWS Lambda
Ben Kehoe
 
Campus days Azure HDInsight automation
Kenneth Michael Nielsen
 
Serverless Apps
joehack3r
 
Office Online Server 2016 - a must for on-premises installation for SharePoin...
SPC Adriatics
 
10 Tips to Pump Up Your Atlassian Performance
Atlassian
 
Sitecore 8 Azure PaaS Module Blueprint
Mark Taylor
 
#SPFestDC #Azure #Functions V2: What's new and getting started
Vincent Biret
 
JIRA Data Center Implementation at Pitney Bowes - Peter Strickland
Atlassian
 
Tracing Java Applications on Azure
CodeOps Technologies LLP
 
Building Search Engines - Lucene, SolR and Elasticsearch
Rahul Singh
 
Azure IaaS-PaaS Migrations - Lessons Learned
John Calvert
 
How the Cloud Changes Business Solution Design and Delivery
SPC Adriatics
 
Azure functions
EducationTamil
 
Monitor Azure Kubernetes Cluster With Prometheus by Mamta Jha
CodeOps Technologies LLP
 
CREATING REAL TIME DASHBOARD WITH BLAZOR, AZURE FUNCTION COSMOS DB AN AZURE S...
CodeOps Technologies LLP
 
Going Serverless with Azure Functions
Christos Matskas
 
Site speed Server Optimization
Shelly Fagin
 
Troubleshooting common scenarios with Always On - A Dress Rehearsal
Amit Banerjee
 
Enhancements to High Availability, Disaster Recovery and Replication
Amit Banerjee
 

Viewers also liked (20)

PDF
Top Tips for Better T-SQL
Grant Fritchey
 
PDF
Azure SQL Database for the Earthed DBA
Grant Fritchey
 
PDF
The Query Store SQL Tuning
Grant Fritchey
 
PDF
Changing Your Habits: Tips to Tune Your T-SQL
Grant Fritchey
 
PDF
Understanding Your Servers, All Your Servers
Grant Fritchey
 
PPSX
Lesson8 Manage Records
Abdullatif Tarakji
 
PPSX
Lesson11 Create Query
Abdullatif Tarakji
 
PDF
Trabalho fitos digitais
Guilherme Matias de Medeiros
 
PPSX
Lesson4 Protect and maintain databases
Abdullatif Tarakji
 
PPTX
التحدى 6 الإستعلام بطريقة المعالج
bosy sadek
 
PPTX
MarketLine Country Statistics Database
MarketLine
 
PPTX
Oracle hard and soft parsing
Ishaan Guliani
 
PPTX
Chapter 11new
Weinberghere
 
PPSX
Lesson5 Print and export databases
Abdullatif Tarakji
 
PDF
الوحدة التاسعة - قاعدة البيانات وادارتها
Amin Abu Hammad
 
PDF
Performance tuning in sql server
Antonios Chatzipavlis
 
PDF
Oracle 11g PL/SQL proqramlamlaşdırma yenilikləri
Ramin Orujov
 
PPTX
Top frinds-انشاء-استعلام-بطريقه-المعالج-6-copy
top friends
 
PDF
SQL Server Tuning to Improve Database Performance
Mark Ginnebaugh
 
Top Tips for Better T-SQL
Grant Fritchey
 
Azure SQL Database for the Earthed DBA
Grant Fritchey
 
The Query Store SQL Tuning
Grant Fritchey
 
Changing Your Habits: Tips to Tune Your T-SQL
Grant Fritchey
 
Understanding Your Servers, All Your Servers
Grant Fritchey
 
Lesson8 Manage Records
Abdullatif Tarakji
 
Lesson11 Create Query
Abdullatif Tarakji
 
Trabalho fitos digitais
Guilherme Matias de Medeiros
 
Lesson4 Protect and maintain databases
Abdullatif Tarakji
 
التحدى 6 الإستعلام بطريقة المعالج
bosy sadek
 
MarketLine Country Statistics Database
MarketLine
 
Oracle hard and soft parsing
Ishaan Guliani
 
Chapter 11new
Weinberghere
 
Lesson5 Print and export databases
Abdullatif Tarakji
 
الوحدة التاسعة - قاعدة البيانات وادارتها
Amin Abu Hammad
 
Performance tuning in sql server
Antonios Chatzipavlis
 
Oracle 11g PL/SQL proqramlamlaşdırma yenilikləri
Ramin Orujov
 
Top frinds-انشاء-استعلام-بطريقه-المعالج-6-copy
top friends
 
SQL Server Tuning to Improve Database Performance
Mark Ginnebaugh
 
Ad

Similar to Performance Tuning Azure SQL Database (20)

PPTX
Grant Fritchey - Query Tuning In Azure SQL Database
Red Gate Software
 
PDF
Query Tuning Azure SQL Databases
Grant Fritchey
 
PPTX
Monitorando performance no Azure SQL Database
Vitor Fava
 
PPTX
Tech-Spark: Azure SQL Databases
Ralph Attard
 
PDF
Idera live 2021: Performance Tuning Azure SQL Database by Monica Rathbun
IDERA Software
 
PPTX
Advanced SQL Server Performance Tuning | IDERA
IDERA Software
 
PDF
SQL Server Tools for Query Tuning
Grant Fritchey
 
PPTX
Getting Started with Azure SQL Database (Presented at Pittsburgh TechFest 2018)
Chad Green
 
PPTX
05_DP_300T00A_Optimize.pptx
KareemBullard1
 
PDF
SQL_Tuning_Oracle_10g.pdf
NareshKumar729083
 
PDF
Redgate Community Circle: Tools For SQL Server Performance Tuning
Grant Fritchey
 
PPT
Sql server performance tuning
ngupt28
 
PDF
Monitor and tune for performance
Steve Xu
 
PPTX
Introducing Azure SQL Database
James Serra
 
PDF
DB2 Performance Tuning Z/OS - email me please for more details
Manikandan Suresh
 
PDF
Ralph Kemperdick – IT-Tage 2015 – Microsoft Azure als Datenplattform
Informatik Aktuell
 
PPTX
Geek Sync - Azure SQL Database Performance Tuning
IDERA Software
 
PPTX
Brk3043 azure sql db intelligent cloud database for app developers - wash dc
Bob Ward
 
PPTX
Microsoft SQL Azure - Building Applications Using SQL Azure Presentation
Microsoft Private Cloud
 
PPTX
2010/10 - Database Architechs - Perf. & Tuning Tools
Database Architechs
 
Grant Fritchey - Query Tuning In Azure SQL Database
Red Gate Software
 
Query Tuning Azure SQL Databases
Grant Fritchey
 
Monitorando performance no Azure SQL Database
Vitor Fava
 
Tech-Spark: Azure SQL Databases
Ralph Attard
 
Idera live 2021: Performance Tuning Azure SQL Database by Monica Rathbun
IDERA Software
 
Advanced SQL Server Performance Tuning | IDERA
IDERA Software
 
SQL Server Tools for Query Tuning
Grant Fritchey
 
Getting Started with Azure SQL Database (Presented at Pittsburgh TechFest 2018)
Chad Green
 
05_DP_300T00A_Optimize.pptx
KareemBullard1
 
SQL_Tuning_Oracle_10g.pdf
NareshKumar729083
 
Redgate Community Circle: Tools For SQL Server Performance Tuning
Grant Fritchey
 
Sql server performance tuning
ngupt28
 
Monitor and tune for performance
Steve Xu
 
Introducing Azure SQL Database
James Serra
 
DB2 Performance Tuning Z/OS - email me please for more details
Manikandan Suresh
 
Ralph Kemperdick – IT-Tage 2015 – Microsoft Azure als Datenplattform
Informatik Aktuell
 
Geek Sync - Azure SQL Database Performance Tuning
IDERA Software
 
Brk3043 azure sql db intelligent cloud database for app developers - wash dc
Bob Ward
 
Microsoft SQL Azure - Building Applications Using SQL Azure Presentation
Microsoft Private Cloud
 
2010/10 - Database Architechs - Perf. & Tuning Tools
Database Architechs
 
Ad

More from Grant Fritchey (20)

PDF
You Need a PostgreSQL Restore Plan Presentation
Grant Fritchey
 
PDF
PostgreSQL Query Performance Monitoring for the Absolute Beginner
Grant Fritchey
 
PDF
Leveraging AI for the PostgreSQL DBA #pgconf.eu
Grant Fritchey
 
PDF
Exploring Execution Plans, Learning to Read SQL Server Execution Plans
Grant Fritchey
 
PPTX
SQL Server Performance Tuning: Common Problems, Possible Solutions
Grant Fritchey
 
PDF
Using Query Store in Azure PostgreSQL to Understand Query Performance
Grant Fritchey
 
PPTX
Migrating To PostgreSQL
Grant Fritchey
 
PPTX
PostgreSQL Performance Problems: Monitoring and Alerting
Grant Fritchey
 
PDF
Automating Database Deployments Using Azure DevOps
Grant Fritchey
 
PDF
Learn To Effectively Use Extended Events_Techorama.pdf
Grant Fritchey
 
PDF
Using Query Store to Understand and Control Query Performance
Grant Fritchey
 
PPTX
You Should Be Standing Here: Learn How To Present a Session
Grant Fritchey
 
PDF
10 Steps To Global Data Compliance
Grant Fritchey
 
PDF
Time to Use the Columnstore Index
Grant Fritchey
 
PDF
Introduction to SQL Server in Containers
Grant Fritchey
 
PDF
DevOps for the DBA
Grant Fritchey
 
PDF
SQL Injection: How It Works, How to Stop It
Grant Fritchey
 
PDF
Privacy and Protection in the World of Database DevOps
Grant Fritchey
 
PPTX
Extending DevOps to SQL Server
Grant Fritchey
 
PDF
Introducing Azure SQL Data Warehouse
Grant Fritchey
 
You Need a PostgreSQL Restore Plan Presentation
Grant Fritchey
 
PostgreSQL Query Performance Monitoring for the Absolute Beginner
Grant Fritchey
 
Leveraging AI for the PostgreSQL DBA #pgconf.eu
Grant Fritchey
 
Exploring Execution Plans, Learning to Read SQL Server Execution Plans
Grant Fritchey
 
SQL Server Performance Tuning: Common Problems, Possible Solutions
Grant Fritchey
 
Using Query Store in Azure PostgreSQL to Understand Query Performance
Grant Fritchey
 
Migrating To PostgreSQL
Grant Fritchey
 
PostgreSQL Performance Problems: Monitoring and Alerting
Grant Fritchey
 
Automating Database Deployments Using Azure DevOps
Grant Fritchey
 
Learn To Effectively Use Extended Events_Techorama.pdf
Grant Fritchey
 
Using Query Store to Understand and Control Query Performance
Grant Fritchey
 
You Should Be Standing Here: Learn How To Present a Session
Grant Fritchey
 
10 Steps To Global Data Compliance
Grant Fritchey
 
Time to Use the Columnstore Index
Grant Fritchey
 
Introduction to SQL Server in Containers
Grant Fritchey
 
DevOps for the DBA
Grant Fritchey
 
SQL Injection: How It Works, How to Stop It
Grant Fritchey
 
Privacy and Protection in the World of Database DevOps
Grant Fritchey
 
Extending DevOps to SQL Server
Grant Fritchey
 
Introducing Azure SQL Data Warehouse
Grant Fritchey
 

Recently uploaded (20)

PPTX
Migrating Millions of Users with Debezium, Apache Kafka, and an Acyclic Synch...
MD Sayem Ahmed
 
PPTX
Tally_Basic_Operations_Presentation.pptx
AditiBansal54083
 
PPTX
Help for Correlations in IBM SPSS Statistics.pptx
Version 1 Analytics
 
PPTX
OpenChain @ OSS NA - In From the Cold: Open Source as Part of Mainstream Soft...
Shane Coughlan
 
PDF
Top Agile Project Management Tools for Teams in 2025
Orangescrum
 
PDF
Build It, Buy It, or Already Got It? Make Smarter Martech Decisions
bbedford2
 
PDF
Why Businesses Are Switching to Open Source Alternatives to Crystal Reports.pdf
Varsha Nayak
 
PDF
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
PDF
IDM Crack with Internet Download Manager 6.42 Build 43 with Patch Latest 2025
bashirkhan333g
 
PDF
Driver Easy Pro 6.1.1 Crack Licensce key 2025 FREE
utfefguu
 
PDF
SAP Firmaya İade ABAB Kodları - ABAB ile yazılmıl hazır kod örneği
Salih Küçük
 
PDF
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
PDF
Alarm in Android-Scheduling Timed Tasks Using AlarmManager in Android.pdf
Nabin Dhakal
 
PDF
SciPy 2025 - Packaging a Scientific Python Project
Henry Schreiner
 
PDF
Odoo CRM vs Zoho CRM: Honest Comparison 2025
Odiware Technologies Private Limited
 
PDF
vMix Pro 28.0.0.42 Download vMix Registration key Bundle
kulindacore
 
PPTX
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
PPTX
Human Resources Information System (HRIS)
Amity University, Patna
 
PPTX
Tally software_Introduction_Presentation
AditiBansal54083
 
PDF
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
Migrating Millions of Users with Debezium, Apache Kafka, and an Acyclic Synch...
MD Sayem Ahmed
 
Tally_Basic_Operations_Presentation.pptx
AditiBansal54083
 
Help for Correlations in IBM SPSS Statistics.pptx
Version 1 Analytics
 
OpenChain @ OSS NA - In From the Cold: Open Source as Part of Mainstream Soft...
Shane Coughlan
 
Top Agile Project Management Tools for Teams in 2025
Orangescrum
 
Build It, Buy It, or Already Got It? Make Smarter Martech Decisions
bbedford2
 
Why Businesses Are Switching to Open Source Alternatives to Crystal Reports.pdf
Varsha Nayak
 
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
IDM Crack with Internet Download Manager 6.42 Build 43 with Patch Latest 2025
bashirkhan333g
 
Driver Easy Pro 6.1.1 Crack Licensce key 2025 FREE
utfefguu
 
SAP Firmaya İade ABAB Kodları - ABAB ile yazılmıl hazır kod örneği
Salih Küçük
 
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
Alarm in Android-Scheduling Timed Tasks Using AlarmManager in Android.pdf
Nabin Dhakal
 
SciPy 2025 - Packaging a Scientific Python Project
Henry Schreiner
 
Odoo CRM vs Zoho CRM: Honest Comparison 2025
Odiware Technologies Private Limited
 
vMix Pro 28.0.0.42 Download vMix Registration key Bundle
kulindacore
 
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
Human Resources Information System (HRIS)
Amity University, Patna
 
Tally software_Introduction_Presentation
AditiBansal54083
 
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 

Performance Tuning Azure SQL Database