Course Overview
This course provides students with the knowledge and skills to administer a SQL Server database infrastructure for cloud, on-premises and hybrid relational databases and who work with the Microsoft PaaS relational database offerings. Additionally, it will be of use to individuals who develop applications that deliver content from SQL-based relational databases .
Read More
Who is it for?
The audience for this course is data professionals managing data and databases who want to learn about administering the data platform technologies that are available on Microsoft Azure. This course is also valuable for data architects and application developers who need to understand what technologies are available for the data platform with Azure and how to work with those technologies through applications.
Read Less
Entry Requirements
In addition to their professional experience, students who take this training should have technical knowledge equivalent to the following courses:Ā
- Azure FundamentalsĀ
- Azure Data FundamentalsĀ
The Exam
This course helps to prepare for exam DP-300, which is purchased separately.
Course Objectives
At the end of this course, students willĀ be able to:Ā
- Plan, deploy and configure Azure SQL offeringsĀ
- Monitor database performance and tune a database and queries for optimum performanceĀ
- Plan and configure a High Availability Solution.Ā
Syllabus – Key points
Module 1: The Role of the Azure Database AdministratorĀ
This module explores the role of a database administrator in the world of Azure. It also provides some foundational information relevant to the overall content. This includes a review of the various SQL Server-based options (SQL Server in a VM, Managed Instances, and Azure SQL Database.) Students will learn why compatibility level is a crucial concept when working with SQL databases in Azure. Students are also introduced to other database platforms available on Azure in addition to those based on SQL Server, in particular PostgreSQL and MySQLĀ
- Azure Data Platform RolesĀ
- Azure Database Platforms and OptionsĀ
- SQL Server Compatibility LevelsĀ
- Azure Preview FeaturesĀ
Lab :Ā Using the Azure Portal and SQL Server Management StudioĀ
- Provision a SQL Server on an Azure Virtual MachineĀ
- Connect to SQL Server and Restore a BackupĀ
After completing this module, students will:Ā
- Understand the role of Azure Database Administrator as it fits in with other data platform rolesĀ
- Be able to describe the key differences between the SQL Server-based database opĀ
- Be able to describe the difference between versions and compatibility levelsĀ
- Know how to enable and disable preview featuresĀ
Module 2: Plan and Implement Data Platform ResourcesĀ
This module introduces methods for deploying data platform resources in Azure. You will learn about options for both upgrading and migrating existing SQL databases to Azure. You will learn how to set up Azure resources to host SQL Server on a Virtual Machine, a Managed Instance, Azure SQL Database and either PostgreSQL or MySQL. You will learn how to determine which options are best based on specific requirements including the High Availability and Disaster Recovery (HADR) needs.Ā They will learn to calculate resource requirements and create templates for their deployments.Ā
- Deploying SQL Server using IaaSĀ
- Deploying SQL Server using PaaSĀ
- DeployingĀ Open SourceĀ Database Solutions on AzureĀ
Ā
Lab :Ā Deploying Azure SQL DatabaseĀ
- Deploy a VM using an ARM templateĀ
- Configure resources needed prior to creating a databaseĀ
- Deploy an Azure SQL DatabaseĀ
- Register the Azure SQL Database instance in Azure Data Studio and validate connectivityĀ
- Deploy PostgreSQL or MySQL using a client tool to validate connectivityĀ
After completing this module, students will:Ā
- Deploy resources using manual methodsĀ
- Recommend an appropriate database offering based on requirementsĀ
- Configure database resourcesĀ
- Evaluate and implement a strategy for moving a database to AzureĀ
Module 3: Implement a Secure EnvironmentĀ
This module explores the practices of securing your SQL Server Database as well as an Azure SQL database. This includes a review of the various SQL Server-based options as well as the various Azure options for securing Azure SQL Database as well as the databases with reside within Azure SQL Database. Students will lean why security is crucial when working with databases. Students are also introduced to other database platforms available on Azure in addition to those based on SQL Server, in particular, AzureĀ Database for MariaDB/MySQL/PostgreSQLĀ
- Configure Database AuthenticationĀ
- Configure Database AuthorizationĀ
- Implement Security for Data at RestĀ
- Implement Security for Data in TransitĀ
- Implement Compliance Controls for Sensitive DataĀ
Lab :Ā Implement a Secure EnvironmentĀ
- Configure a server-based firewall rule using the Azure PortalĀ
- Authorize Access to Azure SQL Database with Azure Active DirectoryĀ
- Enable Advanced Data Security and Data ClassificationĀ
- Manage access to database objectsĀ
After completing this module, students will:Ā
- Understand the differences between Windows, SQL Server and Azure Active Directory AuthenticationĀ
- Describe and configure both data-at-rest encryption solutions as well as data-in-transit encryptionĀ
- Implement a data sensitivity solutionĀ
Module 4: Monitor and Optimize Operational ResourcesĀ
This module will teach you about resource optimization for your databases created using either IaaS or PaaS services. The module also covers monitoring server and hardware resources. It will familiarize you with the various tools available for monitoring performance and establishing a baseline. You will learn how to interpret performance metrics for the most critical resources. You will also learn how to troubleshoot database performance using Azure SQL Database Intelligent Insights.Ā
- Baselines and Performance MonitoringĀ
- Major Causes of Performance IssuesĀ
- Configuring Resources for Optimal PerformanceĀ
- User Database ConfigurationĀ
- Performance-related Maintenance TasksĀ
Ā
Lab :Ā Monitor and Optimize ResourcesĀ
- Isolate CPU ProblemsĀ
- Use Query Store observe blocking problemsĀ
- Detect and correct fragmentation issuesĀ
After completing this module, students will:Ā
- Monitor activity and compare to a baselineĀ
- Define maintenance tasks related to performanceĀ
- Identify major causes of performance problemsĀ
- Configure resources for optimal performanceĀ
- Configure a user database for optimal performanceĀ
Module 5: Optimize Query PerformanceĀ
Query execution plans are potentially the most important aspect of database performance. Improving bad plans is certainly an area where a small amount of effort can bring huge improvements. While hardware issues can limit query performance, improving hardware usually yields performance improvements in the 10-20% range, at most. More commonly database administrators encounter queries that are not optimized, have stale or missing statistics, have missing indexes, or poor database design choices that lead to the database engine doing more work than is necessary to return results for a given query.Ā
Improving the plans can sometimes yield performance improvements in the 100-200% range or even more, meaning that after improving a plan with better indexes or statistics, a query could run twice or three times as fast! This module provides details on how toĀ analyzeĀ individual query performance and determine where improvements can be made.Ā
- Understanding SQL Server Query PlansĀ
- Explore Performance-based Database DesignĀ
- Evaluate Performance ImprovementsĀ
Lab :Ā Query Performance TroubleshootingĀ
- Identify issues with database design AdventureWorks2017Ā
- Isolate problem areas in poorly performing queries in AdventureWorks2017Ā
- Use Query Store to detect and handle regression in AdventureWorks2017Ā
- Use query hints to impact performance in AdventureWorks2017Ā
After completing this module, students will:Ā
- AnalyzeĀ query plans and identify problem areasĀ
- Evaluate potential query improvementsĀ
- Review table and index designĀ
- Determine whether query or design changes have had a positive effectĀ
Module 6: Automation of TasksĀ
A common goal for database administrators in many environments is to automate as many of their repetitive tasks. This can be as simple as using scripting to automate a backup process, and as complex as building a fully automated alerting system. This module provides details of automating tasks to simplify the DBAās job. Methods include scheduling tasks for regular maintenance jobs, as well as multi-instance administration and configuration of notifications for task success or failure or non-completion.Ā
- Setting up Automatic DeploymentĀ
- Defining Scheduled TasksĀ
- Configuring Extended EventsĀ
- Managing Azure PaaSĀ resourcesĀ Using Automated MethodsĀ
Lab :Ā Automating TasksĀ
- Deploy an Azure template from aĀ QuickstartĀ template on GitHubĀ
- Configure notifications based on performance metricsĀ
- Deploy an Azure Automation Runbook (or elastic job) to rebuild indexes on an Azure SQL DatabaseĀ
After completing this module, students will:
Ā
- Deploy resources using automated deployment scriptsĀ
- Create scheduled tasksĀ
- Create notifications and alertsĀ
- Configure automation for PaaS servicesĀ
Module 7: Plan and Implement a High Availability and Disaster Recovery EnvironmentĀ
Data must be available when the business needs it. That means the solutions hosting the data must be designed with availability and recoverability in mind. Suppose you work for a company that sells widgets both in stores and online. Your main application uses a highly transactional database for orders. What would happen if the server or platform hosting the transactional database had a problem that made it unavailable or inaccessible for some reason? What impact would it have on the business?Ā
If the right solution is put in place, the database would come online in a reasonable timeframe with minimal effort, thus allowing business to continue with little-to-no impact. This module and its associated lab cover configuring, testing, and managing a solution for high availability and disaster recovery (HADR) in Azure, for both Infrastructure-as-a-Service (IaaS) and Platform-as-a-Service (PaaS) deployments. This module will not only cover basic requirements, but also the various options available to achieve HADR.Ā
- High Availability and Disaster Recovery StrategiesĀ
- IaaS Platform and Database Tools for HADRĀ
- PaaS Platform and Database Tools for HADRĀ
- Database Backup and RecoveryĀ
Lab :Ā Plan and Implement a High Availability and Disaster Recovery EnvironmentĀ
- Create an AlwaysĀ OnĀ Availability GroupĀ
- Enable Geo-Replication for Azure SQL DatabaseĀ
- Backup to URL and Restore from URLĀ
After completing this module, students will understand:Ā
- The difference between recovery time and recovery point objectivesĀ
- The available HADR options for both IaaS and PaaSĀ
- The considerations for planning and configuring HADR solutions including how backup and restore fiĀ
- The factors that comprise a HADR strategyĀ
- How to configure a high availability solution via a hands-on labĀ
Reviews
There are no reviews yet.