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.
Configure database automatic tuning
From the course: Microsoft Azure Database Administrator Associate (DP-300) Cert Prep by Microsoft Press
Configure database automatic tuning
- Welcome back. This is lesson 9.4 configured database automatic tuning. Automatic tuning is a feature in Azure SQL Database that is designed to provide optimal performance in your database. It does this through continuous performance tuning based on AI and machine learning. It is continuously monitoring your queries in your database and will apply a recommended index, or even remove an index, to improve performance. An automatic tuning can be configured two ways. In the Azure portal, you can configure it at the server level and at the database level. When configured at the server level, every database will inherit, by default, the server level settings, but you can override that at the database level if you have the permissions to do so. With T-SQL, you can use T-SQL to configure automatic tuning at the database level, but not at the server level. So automatic tuning is continuously monitoring the performance of your database and will generate index recommendations whether to create…
Contents
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Learning objectives1m 43s
-
(Locked)
Implement index maintenance tasks4m 21s
-
(Locked)
Implement statistics maintenance tasks3m 40s
-
(Locked)
Implement database integrity checks4m 53s
-
(Locked)
Configure database automatic tuning1m 29s
-
(Locked)
Configure server settings for performance3m 11s
-
(Locked)
Configure Resource Governor for performance3m 16s
-
Implement database-scoped configuration2m 37s
-
(Locked)
Configure compute and storage resources for scaling2m 43s
-
(Locked)
Configure intelligent query processing (IQP)2m 34s
-
(Locked)
-
-
-
-
-
-
-