- Lab
- Core Tech

Performance Tuning and Automated Maintenance
In this lab, you'll practice performance tuning and automation for SQL Server. When you're finished, you'll have optimized database queries and implemented automated maintenance tasks.

Path Info
Table of Contents
-
Challenge
Diagnose and optimize query performance
- Analyze graphical and text-based query execution plans to identify performance bottlenecks.
- Apply basic T-SQL query tuning techniques, such as adding appropriate indexes or rewriting queries.
- Use Dynamic Management Views (DMVs) to identify long-running queries and resource consumption.
-
Challenge
Implement and monitor automated administrative tasks
- Configure SQL Server Agent and create a multi-step job for a recurring administrative task (for backups, for example).
- Set up operators and alerts to receive notifications for job success or failure via Database Mail.
- Create and schedule a comprehensive database maintenance plan for integrity checks and index optimization.
-
Challenge
Troubleshoot and resolve common database health issues
- Identify and resolve database fragmentation issues through index rebuilds or reorganizations.
- Simulate and diagnose a blocking scenario, then identify and resolve the blocking process.
- Perform a DBCC CHECKDB command to check for database integrity and understand its output.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.