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,300 courses taught by industry experts.
Identify and implement index changes for queries
From the course: Microsoft Azure Database Administrator Associate (DP-300) Cert Prep by Microsoft Press
Identify and implement index changes for queries
- Welcome back. This is lesson 8.5. Identify and implement index changes for queries. Indexes are critical to overall performance of SQL and regular index and query analysis should be at the top of every SQL administrator's list. As part of that analysis is reviewing index usage and identifying unused or missing indexes. So let's review those. Let's start with missing indexes. As part of executing a query and a query window in SSMS, you can select to view the execution plan. The SQL server engine will generate a query plan during query execution, and as part of that, will look at indexes that it can use to generate an optimal plan. It will also recommend additional indexes if it determines that adding an index will help improve query performance. So in the last video, we discussed several dynamic management views to help in identifying performance issues. One of these that we discussed was sys.dm_db_missing_index_details. And this DMV returns information about indexes that the query…
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)
-
-
-
-
-
-
-
-