DP-300T00: Administering Relational Databases On Microsoft Azure
Discover the Microsoft Certified: Azure Database Administrator Associate credential.
In today's work environment, qualified data specialists are always in demand. And when they upgrade relational Microsoft SQL Server databases on-premises, migrate and administer them on Microsoft Azure, or combine the best of both worlds in hybrid settings, their relevance in digital transformation is growing.
Does this sound like you? Now is the time to demonstrate how you contribute value to your organization as a database administrator by understanding the transition from on-premises databases to cloud data services—and the cloud database technologies accessible to you with Azure.
Explore our top picks for Microsoft Azure certification courses for 2023.
Training Duration: 4 Days
- Certificate Of Completion Available
- Group Private Class
- VILT Class Available
- SBL-Khas Claimable
This DP-300T00: Administering Relational Databases On Microsoft Azure 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.
- 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
Successful Azure Database Administrators start this role with professional experience in database management and technical knowledge of cloud technologies.
Specifically:
- Working with, maintaining, and developing with SQL Server
- Experience with Azure, such as deploying and managing resources
At a minimum, you should know the information in the following online training before attending the course:
- Introduction to Azure SQL
- AZ-900T00: Microsoft Azure Fundamentals
- DP-900T00: Microsoft Azure Data Fundamentals
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.
Module 1: Introduction to Azure Database Administration
This module explores the role of a database administrator in the world of Azure SQL. 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, SQL Managed Instance, and Azure SQL Database).Lessons
- Prepare to maintain SQL databases on Azure
After completing this module, students will be able to:
- 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 options
- Describe other features for Azure SQL platforms available
Module 2: Plan and Implement Data Platform Resources
This module introduces methods for deploying data platform resources in Azure SQL. 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 SQL Managed Instance, and SQL Database. 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 understand hybrid approaches.Lessons
- Deploy IaaS solutions with Azure SQL
- Deploy PaaS solutions with Azure SQL
- Evaluate strategies for migrating to Azure SQL
- Migrate SQL workloads to Azure SQL Databases
- Migrate SQL workloads to Azure Managed Instances
Lab : Provision SQL Server on an Azure Virtual Machine
- Explore the Azure Portal
- Deploy a SQL Server on an Azure Virtual Machine
- Connect to SQL Server on an Azure Virtual Machine
Lab : Provision an Azure SQL Database
- Create a Virtual Network
- Deploy an Azure SQL Database
- Connect to an Azure SQL Database using Azure Data Studio
- Query an Azure SQL Database using SQL Notebook
After completing this module, students will be able to:
- Explore the basics of SQL Server in an Infrastructure as a Service (IaaS) offering
- Understand PaaS provisioning and deployment options
- Evaluate migration scenarios to SQL Managed Instance and SQL Database
- Evaluate and implement a strategy for moving a database to Azure
Module 3: Implement a Secure Environment for a Database Service
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. Students will lean why security is crucial when working with databases, and explain authentication options for Azure SQL Database.Lessons
- Configure database authentication and authorization
- Protect data in-transit and at rest
- Implement compliance controls for sensitive data
Lab : Configure a server-based firewall rule using the Azure portal
- Configure Azure SQL Database firewall rules
- Validate access
Lab : Authorize Access to Azure SQL Database with Azure Active Directory
- Create users
- Manage access to database objects
- Validate access
Lab : Enable Microsoft Defender for SQL and Data Classification
- Enable Microsoft Defender for Azure SQL Database
- Configure Data Classification for Azure SQL Database
After completing this module, students will be able to:
- 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 Insights.Lessons
- Describe performance monitoring
- Configure SQL Server resources for optimal performance
- Configure databases for optimal performance
Lab : Isolate performance problems through monitoring
- Review CPU utilization in Azure portal
- Identify high CPU queries
Lab : Detect and correct fragmentation issues
- Investigate index fragmentation
- Rebuild fragmented indexes
- Validate performance improvements
After completing this module, students will be able to:
- Monitor activity and compare to a baseline
- 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.Lessons
- Explore query performance optimization
- Explore performance-based database design
- Evaluate performance improvements
Lab : Identify database design issues
- Examine the query and identify the problem
- Identify ways to fix the warning message
- Improve the code
Lab : Identify and resolve blocking issues
- Run blocked queries report
- Enable Read Commit Snapshot isolation level
- Evaluate performance improvements
Lab : Isolate problem areas in poorly performing queries in a SQL Database
- Generate actual execution plan
- Resolve a suboptimal query plan
- Use Query Store to detect and handle regression
- Examine Top Resource Consuming Queries report
- Force a better execution plan
- Use query hints to impact performance
After completing this module, students will be able to:
- Analyze query plans and identify problem areas
- Evaluate potential query improvements using Query Store
- Review table and index design
- Determine whether query or design changes have had a positive effect
Module 6: Automate database 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 how to use elastic jobs and Azure Automation runbooks.Lessons
- Automate deployment of database resources
- Create and manage SQL Agent jobs
- Manage Azure PaaS tasks using automation
Lab : Deploy an automation runbook to automatically rebuild indexes
- Create an Automation Account
- Connect to an existing Azure SQL Database
- Configure Automation Account assets
- Create a PowerShell runbook
- Create a schedule for a runbook
Lab : Deploy Azure SQL Database using an Azure Resource Manager template
- Explore Azure Resource Manager template
Lab : Create a CPU status alert for a SQL Server
- Create an alert when a CPU exceeds an average of 80 percent
After completing this module, students will be able to:
- 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 Solution
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.Lessons
- 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 : Backup to URL and Restore from URL
- Create a credential
- Backup to URL
- Validate backup through Azure CLI and Storage Explorer
- Restore from URL
Lab : Configure geo-replication for Azure SQL Database
- Enable geo-replication
- Failover to a secondary region
After completing this module, students will be able to:
- 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
Propel your IT career to new heights with Microsoft certifications.
According to Pearson VUE's 2021 Value of IT Certification Survey, investing in Microsoft Certifications can accelerate your professional growth, enhance your skills, and boost your earning potential.
Join the thousands of IT professionals who have unlocked a world of opportunities by validating their expertise in cutting-edge Microsoft technologies with these recommended role-based certifications:
DP-100T01: Designing And Implementing A Data Science Solution On Azure
This DP-100T01: Designing And Implementing A Data Science Solution On Azure course teaches you to leverage your existing knowledge of Python and machine learning to manage data ingestion and preparation, model training and deployment, and machine learning solution monitoring in Microsoft Azure.
DP-203T00: Data Engineering On Microsoft Azure
In this DP-203T00: Data Engineering On Microsoft Azure course, the student will learn about the data engineering as it pertains to working with batch and real-time analytical solutions using Azure data platform technologies.
DP-420T00: Designing & Implementing Cloud-Native Applications Using Cosmos DB
This DP-420T00: Designing & Implementing Cloud-Native Applications Using Cosmos DB course teaches developers how to create application using the SQL API and SDK for Azure Cosmos DB.
DP-500T00: Azure Enterprise Data Analyst Associate
This DP-500T00: Azure Enterprise Data Analyst Associate course covers methods and practices for performing advanced data analytics at scale.
The DP-300T00: Administering Relational Databases on Microsoft Azure course prepares learners for the Microsoft Certified: Azure Database Administrator Associate certification.
The DP-300 exam measures your ability to accomplish the following technical tasks: plan and implement data platform resources; implement a secure environment; monitor and optimize operational resources; optimize query performance; perform automation of tasks; plan and implement a High Availability and Disaster Recovery (HADR) environment; and perform administration by using T-SQL.
Skills measured
- Plan and implement data platform resources (15-20%)
- Implement a secure environment (15-20%)
- Monitor and optimize operational resources (15-20%)
- Optimize query performance (5-10%)
- Perform automation of tasks (10-15%)
- Plan and implement a High Availability and Disaster Recovery (HADR) environment (15-20%)
- Perform administration by using T-SQL (10-15%)
What is the role of an Azure Database administrator?
The Azure database administrator implements and manages the operational aspects of cloud-native and hybrid data platform solutions built on SQL Server and SQL database services. Professionals in this role use a variety of methods and tools to perform and automate day-to-day operations, including applying knowledge of using T-SQL and other tools for administrative management purposes.
These professionals are responsible for management, availability, security, and performance monitoring and optimization of database solutions. They evaluate and implement migration strategies for moving databases between Azure and on-premises. Plus, they work with Azure data engineers, Azure solution architects, Azure developers, data scientists, and other professionals to manage operational aspects of data platform solutions.
Is it worth my time to upskill as an Azure Database administrator?
Azure is one of the leading cloud platforms used by businesses worldwide, and its demand is only increasing. With Azure Database Administrator skills, you will be equipped to work with one of the most widely used database management systems in the industry, making you an invaluable asset to any organization.
Furthermore, learning Azure Database Administrator can help you stay ahead in a fast-evolving industry, making you a valuable asset to any organization. The demand for Azure Database Administrators is only set to increase, and as more companies move towards cloud-based solutions, the need for skilled professionals in this area will continue to grow. So, investing your time in learning Azure Database Administrator is undoubtedly worth it.
Are Microsoft certifications worth it?
In today's fast-paced and highly competitive world of technology, it's more important than ever to stay ahead of the curve and differentiate yourself as a skilled professional.
Microsoft certifications are globally recognized, industry-standard credentials that showcase your expertise in various Microsoft technologies, making them a worthwhile investment in your career growth. By obtaining a Microsoft certification, you're not only validating your skills and knowledge, but also demonstrating your commitment to continuous learning and staying current with the latest industry trends.
Microsoft certifications cater to a wide range of roles, including developers, administrators, data professionals, and IT managers, providing a versatile pathway to career advancement. As organizations increasingly rely on Microsoft technologies such as Azure, Office 365, and Dynamics 365, the demand for certified professionals continues to grow. A Microsoft certification not only improves your employability, but also enhances your earning potential and credibility within your field.
Additionally, as a certified Microsoft professional, you gain access to exclusive resources, networking opportunities, and events, further elevating your career. Invest in your future by pursuing Microsoft certifications and unlock a world of opportunities, growth, and success in the ever-evolving technology landscape.
Why learn Azure?
In today's digital landscape, cloud computing has become an essential part of every organization's IT strategy, and Microsoft Azure stands at the forefront of this transformation. As one of the leading cloud platforms, Azure offers a wide range of services and tools, making it a highly sought-after skill for IT professionals across various industries.
By learning Azure, you're not only staying current with the latest developments in cloud technology but also empowering yourself to work on cutting-edge projects, improve your problem-solving capabilities, and drive innovation within your organization.
Azure's extensive range of services, such as Infrastructure-as-a-Service (IaaS), Platform-as-a-Service (PaaS), and Software-as-a-Service (SaaS), provides a comprehensive and flexible environment for businesses to scale and adapt to evolving market demands.
As an Azure professional, you'll be equipped to deploy, manage, and maintain cloud infrastructure, ensuring seamless integration and optimal performance of critical business applications. Learning Azure not only enhances your career prospects but also significantly increases your earning potential, as certified Azure professionals are highly valued in the job market.
Embrace the power of cloud computing and take your career to new heights by mastering Microsoft Azure, and unlock a world of new possibilities and opportunities in this exciting, ever-evolving field.