From the course: Microsoft Azure Database Administrator Associate (DP-300) Cert Prep by Microsoft Press
Unlock this course with a free trial
Join today to access over 25,600 courses taught by industry experts.
Identify performance issues using DMVs
From the course: Microsoft Azure Database Administrator Associate (DP-300) Cert Prep by Microsoft Press
Identify performance issues using DMVs
- Welcome back, this is lesson 8.4. Identify Performance Issues Using Dynamic Management Views, or DMVs. Let's begin this discussion with a quick introduction to DMVs. These are built in, DMVs are built in, and we can include dynamic management functions here, and they're built in objects that can be used to monitor the health and performance of SQL. Using DMVs is a great way to detect problems and tune performance. All DMVs begin with the sys.dm, at least the ones we're going to be talking about in this video begin with sys.dm_. And their scope are at the server level and the database level. These DMVs return state information, meaning the information they return is internal implementation specific state data. So there's a lot of DMVs, but when trying to track down and identify performance issues, there are a few key DMVs that you should use. Now, what I'll talk here, or what I'll reference here is certainly not a complete list, but some DMVs that you should start with and I'll break…
Contents
-
-
-
-
-
-
-
-
-
-
(Locked)
Learning objectives1m 37s
-
(Locked)
Configure Query Store4m 27s
-
(Locked)
Monitor by using Query Store4m 19s
-
(Locked)
Identify sessions that cause blocking3m 14s
-
(Locked)
Identify performance issues using DMVs6m 17s
-
(Locked)
Identify and implement index changes for queries5m 2s
-
(Locked)
Recommend query changes based on resource usage2m 34s
-
(Locked)
Assess the use of query hints for query performance3m 52s
-
(Locked)
Review execution plans5m 29s
-
(Locked)
Monitor by using Intelligent Insights2m 16s
-
(Locked)
-
-
-
-
-
-
-
-