
DP-300: Administering Microsoft Azure SQL Solutions Certification Video Training Course
The complete solution to prepare for for your exam with DP-300: Administering Microsoft Azure SQL Solutions certification video training course. The DP-300: Administering Microsoft Azure SQL Solutions certification video training course contains a complete set of videos that will provide you with thorough knowledge to understand the key concepts. Top notch prep including Microsoft Azure Database DP-300 exam dumps, study guide & practice test questions and answers.
DP-300: Administering Microsoft Azure SQL Solutions Certification Video Training Course Exam Curriculum
Review prerequisites
-
1. Getting a free trial of Microsoft Azure
-
2. Creating Azure SQL Database with sample data
-
3. Installing SSMS, connecting to Azure SQL Database, and quick look around SSMS
-
4. Review 6 principal clauses of the SELECT statement
-
5. Review JOINs
Optimize Query Performance
-
1. 69. validate data types defined for columns
-
2. 66. identify data quality issues with duplication of data
-
3. 67. identify normal form of database tables - Normal Forms 1 to 3
-
4. 67. identify normal form of database tables - Normal Forms 4 to 5
-
5. 58. determine the appropriate type of execution plan
-
6. Different types of loops used in execution plans, and Scan and Seek
-
7. 59. identify problem areas in execution plans
Evaluate performance improvements
-
1. 63, 68. identify and implement index changes for queries
-
2. 61. DMVs which gather query performance information
-
3. 61, 62. determine the appropriate DMVs to gather performance information
-
4. 64. recommend query construct modifications based on resource usage
-
5. 65. assess the use of hints for query performance
Plan and Implement Data Platform Resources
-
1. 1. deploy database offerings on selected platforms
-
2. 2, 80. configure customized deployment templates
-
3. 4, 5. evaluate requirements and functional benefits/impact for the deployment
-
4. 6, 8. evaluate scalability and security aspects
-
5. 7. HA/DR of the possible database offerings
Configure Azure SQL Database resource for scale and performance
-
1. 9. configure Azure SQL Database for scale and performance
-
2. 9, 53, 56. vCore-based purchasing model
-
3. 9, 53, 56. DTU-based purchasing model, Server vs Serverless
-
4. 9, 53, 56. Serverless/provisioned and elastic pools
-
5. 9, 53, 56. Other Azure SQL Database configuration settings
-
6. 12. calculate resource requirements, including Elastic pool requirements
-
7. 13, 71. evaluate database partitioning techniques, such as database sharding
-
8. 72. evaluate the use of compression for tables and indexes
-
9. 14. set up SQL Data Sync
Evaluate a strategy for migrating to Azure
-
1. 15, 16. evaluate requirements and strategies for the migration
-
2. 19, 20. Azure Migrate
-
3. 19, 20. SQL Server Migration Assistant (SSMA)
-
4. 19, 20. Data Migration Assistant (DMA)
-
5. 19, 20. Azure Database Migration Service (DMS)
Configure database AuthN and AuthZ by using platform and database tools
-
1. 23. configure Azure AD authentication
-
2. 24. create users from Azure AD identities
-
3. 25, 113. configure security principals - roles
-
4. 25, 113. configure security principals - GRANT/REVOKE/DENY
-
5. 25, 113. configure security principals - individual permissions
-
6. 25, 113. configure security principals - the ALL permission
-
7. 114. configure permissions by using custom roles
-
8. 27. apply principle of least privilege for all securables
Implement security for data at rest and in transit
-
1. 28. implement Transparent Data Encryption (TDE)
-
2. 29, 33. implement object-level encryption and Always Encrypted
-
3. 29, 33. More about Always Encrypted
-
4. Always Encrypted versus Transparent Data Encryption
-
5. 30. implement Dynamic Data Masking
-
6. 32. configure server and database-level firewall rules
Implement compliance controls for sensitive data
-
1. 34. apply a data classification strategy
-
2. 35. configure server and database audits
-
3. 36. implement data change tracking - Change Tracking
-
4. 36. implement data change tracking - Change Data Capture
-
5. 37. perform a vulnerability assessment
Monitor activity and performance
-
1. 38. prepare an operational performance baseline - Metrics Explorer
-
2. 38. prepare an operational performance baseline - Other ways
-
3. 77. create event notifications for Azure resources
-
4. 39. determine sources for performance metrics
-
5. 40. interpret performance metrics
-
6. 41. assess database performance by using Intelligent Insights
-
7. 42. configure and monitor activity and performance
Implement performance-related maintenance tasks
-
1. 43, 50. implement index maintenance tasks
-
2. 44. implement statistics maintenance tasks
-
3. 45, 82. configure database auto-tuning and automate performance tuning
-
4. 47. manage storage capacity
-
5. 50, 105. assess growth/fragmentation and report on database free space
Identify performance-related issues
-
1. 48, 60. Query Store - an introduction
-
2. 48, 60. configure Query Store to collect performance data, extract query plans
-
3. 49. identify sessions that cause blocking
-
4. Isolation Levels
-
5. 51. assess performance-related database configuration parameters
-
6. 57. configure Intelligent Query Processing (IQP)
Automate tasks and Perform backup and restore a database by using database tools
-
1. 46. What is Elastic Job Agent?
-
2. 46. automate database maintenance tasks
-
3. Full, differential and transaction log backups
-
4. 89, 92. perform a database restore to a point in time - test DR
-
5. 93. configure long-term backup retention
Recommend an HADR strategy for a data platform solution
-
1. 84. recommend HADR strategy based on RPO/RTO requirements
-
2. 86, 87. evaluate Azure-specific HADR solutions
-
3. 94. configure replication - Active Geo-replication
-
4. 88, 89, 96. configure auto-failover groups and test HA by using failover
Perform Administration by Using T-SQL
-
1. 101. evaluate database health using DMVs - overall resource usage
-
2. 101. evaluate database health using DMVs - other topics
-
3. 102. evaluate server health using DMVs
-
4. 103. perform database consistency checks by using DBCC
-
5. 106. review database configuration options
Introduction to Virtual Machines and Managed Instances (MI)
-
1. 4-8. Evaluating MIs and VMs based on specific requirements
-
2. 10, 53, 56. configure Azure SQL Managed Instance for scale and performance
-
3. More about Azure SQL Managed Instance
-
4. Accessing Azure SQL Managed Instance in SSMS
-
5. 11, 53, 56. configure SQL Server in Azure VMs for scale and performance - Part 1
-
6. 11, 53, 56. configure SQL Server in Azure VMs for scale and performance - Part 2
-
7. Logging into SQL Server on Azure Virtual Machines
-
8. 52. Adding additional disks to the Azure Virtual Machine
Upgrade strategy, configure database authentication, and filegroups
-
1. 17, 18. evaluate requirements and strategies for the upgrade
-
2. 21, 22. implement an online and offline upgrade strategy
-
3. 24, 112. create users from Azure AD identities (MIs and VMs)
-
4. 111. manage certificates using T-SQL
-
5. 26, 113. configure database and object-level permissions using graphical tools
-
6. 25, 112, 114. configure security principals (MIs and VMs)
-
7. 70, 104. recommend table and index storage including filegroups (MI and VMs)
Evaluate and implement an alert and notification strategy
-
1. 76, 79. create event notifications based on metrics
-
2. 75. configure notifications for task success/failure/non-completion
-
3. 46, 73. manage schedules and automate maintenance jobs
-
4. 78. create alerts for server configuration changes
-
5. 77. split and filter event notifications for Azure resources
Identify performance-related issues
-
1. 39. determine sources for performance metrics
-
2. 43. implement index maintenance tasks (Database Engine Tuning Advisor)
-
3. 42. Monitor activity using SQL Profile, Extended Events, Performance Dashboard
-
4. 54. configure Resource Governor for performance (VM/MI)
Create scheduled tasks
-
1. 3, 82. apply patches and updates for hybrid and IaaS deployment
-
2. 31. implement Azure Key Vault and disk encryption for Azure VMs
-
3. 74. configure multi-server automation
-
4. 83. implement policies by using automated evaluation modes
Perform backup and restore a database by using database tools - VMs
-
1. 81. automate backups
-
2. 90. perform a database backup with options
-
3. 108, 110. database (and transaction log) backups with options in T-SQL code
-
4. 91, 92. perform a database restore with options
-
5. 109. perform restore of user databases in T-SQL
Recommend and test HA/DR strategies, and configure HA/DR
-
1. 94. configure replication - Transactional replication
-
2. 85, 86, 87. evaluate HADR for hybrid and Azure-specific deployments
-
3. Creating Virtual Machines for Failover Cluster and Always On Availability Group
-
4. Connecting Virtual Machines to a Domain
-
5. 100. Configure failover cluster instances on Azure VMs
-
6. 107. Checking SQL Server Installation and preparing for AO
-
7. 98. configure quorum options for a Windows Server Failover Cluster
-
8. 95, 97. create an Availability Group
-
9. 89, 97. Failover and integrate a database into an Always On Availability Group
-
10. 99. configure an Always On Availability Group listener
About DP-300: Administering Microsoft Azure SQL Solutions Certification Video Training Course
DP-300: Administering Microsoft Azure SQL Solutions certification video training course by prepaway along with practice test questions and answers, study guide and exam dumps provides the ultimate training package to help you pass.
Prepaway's DP-300: Administering Microsoft Azure SQL Solutions video training course for passing certification exams is the only solution which you need.
Pass Microsoft Azure Database DP-300 Exam in First Attempt Guaranteed!
Get 100% Latest Exam Questions, Accurate & Verified Answers As Seen in the Actual Exam!
30 Days Free Updates, Instant Download!

DP-300 Premium Bundle
- Premium File 369 Questions & Answers. Last update: May 26, 2025
- Training Course 130 Video Lectures
- Study Guide 672 Pages
Free DP-300 Exam Questions & Microsoft DP-300 Dumps | ||
---|---|---|
Microsoft.certkey.dp-300.v2025-04-15.by.george.118q.ete |
Views: 229
Downloads: 466
|
Size: 2.89 MB
|
Microsoft.test-king.dp-300.v2021-07-30.by.maya.105q.ete |
Views: 303
Downloads: 1639
|
Size: 3.1 MB
|
Microsoft.test-inside.dp-300.v2021-06-08.by.axel.84q.ete |
Views: 264
Downloads: 1647
|
Size: 1.74 MB
|
Microsoft.test4prep.dp-300.v2021-02-26.by.alfie.49q.ete |
Views: 367
Downloads: 1746
|
Size: 1.58 MB
|
Microsoft.pass4sures.dp-300.v2020-09-09.by.scarlett.24q.ete |
Views: 696
Downloads: 2065
|
Size: 517.94 KB
|
Student Feedback
Can View Online Video Courses
Please fill out your email address below in order to view Online Courses.
Registration is Free and Easy, You Simply need to provide an email address.
- Trusted By 1.2M IT Certification Candidates Every Month
- Hundreds Hours of Videos
- Instant download After Registration
A confirmation link will be sent to this email address to verify your login.
Please Log In to view Online Course
Registration is free and easy - just provide your E-mail address.
Click Here to Register