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.
Meer informatie
Individueel Begeleid Leren, is een leermethode waarbij je in ons leercentrum onder begeleiding van een zeer ervaren trainer de training doorloopt, in je eigen tempo, met de onderwerpen die aansluiten op jouw behoefte.
Individueel Begeleid Leren Online - OPTIONEEL
We bieden ook een online variant aan van deze leervorm. Zo behaal je toch je leerdoelen, ook als je thuiswerkt of niet wil reizen. Samen met jouw trainingscoach stel je een lesplan op met daarin meerdere contactmomenten per dag waarbij je middels online videoverbinding één op één begeleiding krijgt. Tussen deze momenten door werk je aan praktijkopdrachten ondersteund door theorie. Geef op het inschrijfformulier aan indien je graag gebruik maakt van deze mogelijkheid.
Efficiënt trainen: leer wat je écht nodig hebt
Omdat iedereen een verschillend kennisniveau en achtergrond heeft is het niet effectief om iedereen op hetzelfde niveau en in hetzelfde tempo te laten trainen. Door middel van een intake wordt het kennisniveau bepaald en in samenspraak met de trainer een individueel opleidingsplan samengesteld. Zo leer je alleen wat je echt nodig hebt!
Trainen met de nieuwste online leermiddelen
Tijdens de training maak je gebruik van het online leerportaal. Dit geeft je de mogelijkheid om zelf te bepalen welke leermethode je voorkeur heeft; opdracht gestuurd leren of theoretisch leren. Kies je voor opdracht gestuurd leren, dan kun je praktische kennis opdoen in een volledig ingerichte online practicum omgeving onder begeleiding van onze trainer. De online omgeving blijft tot drie maanden na de training beschikbaar zodat je ná de training nog extra kunt oefenen. Theoretische kennis kun je opdoen door het volgen van online cursusmateriaal gecombineerd met de ondersteuning van de trainer die je ondersteunt bij complexe onderwerpen.
Flexibel trainen: Jij bepaalt de tijdsduur en tijdstip
Je hebt de mogelijkheid om zelf te bepalen wat de duurtijd van je training wordt. Je bepaalt (samen met ons) het aantal dagen. Je kunt deze dagen ook verspreiden over meerdere weken!
Moderne leeromgeving:
Wij vinden de leeromgeving net zo belangrijk. Daarom ben je op al onze locaties verzekerd van een rustige omgeving met de nieuwste apparatuur.
Het is ook mogelijk om de training virtueel te volgen. Dezelfde leerervaring als klassikaal waarbij je de trainer en medecuristen ziet en hoort maar dan vanaf thuis. De planning en kosten blijven gelijk.
Een klassikale cursus van Ictivity Training geeft je de garantie dat je uitstekend wordt opgeleid in een moderne comfortabele leeromgeving door de meest deskundige trainers op hun vakgebied. In aaneengesloten dagen volg je de training op één van onze locaties. Tijdens de klassikale training heb je de beschikking over moderne apparatuur in een rustige leeromgeving. Trainingen bestaan uit een gedeelte theorie maar je krijgt ook veel oefeningen die de dagelijkse praktijk nabootsen.
Ictivity Training heeft in Nederland locaties in Utrecht (Vianen) en Eindhoven, tevens is het mogelijk om een locatie naar wens aan te vragen. Indien je niet wenst te reizen, kun je de training remote volgen via Virtual Classroom
Deze leervorm begint met een intakegesprek tussen een Learning Consultant van Ictivity Training en de opdrachtgever. Hierbij inventariseren we de beginsituatie, de doelstelling, de praktijksituatie en het verwachtingspatroon van de deelnemer(s). Met de gegevens maken wij het trainingsprogramma op maat.
Voordelen:
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.
In addition to their professional experience, students who take this training should have technical knowledge equivalent to the following courses:
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
Lab : Using the Azure Portal and SQL Server Management Studio
After completing this module, students will:
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.
Lab : Deploying Azure SQL Database
After completing this module, students will:
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
Lab : Implement a Secure Environment
After completing this module, students will:
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.
Lab : Monitor and Optimize Resources
After completing this module, students will:
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.
Lab : Query Performance Troubleshooting
After completing this module, students will:
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.
Lab : Automating Tasks
After completing this module, students will:
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.
Lab : Plan and Implement a High Availability and Disaster Recovery Environment
After completing this module, students will understand:
Je kunt hier het examen boeken voor deze training: DP-300
Code: | DP-300 |
Leervorm: | |
Dagen: | 4 |
€
1995
|
Per persoon
excl. BTW |
Naar inschrijfpagina
|
|
Startdatum: |
02 dec 2024 |
Locatie: |
Eindhoven
Online |
Startdatum: |
02 dec 2024 |
Locatie: |
Eindhoven
Online |
Startdatum: |
13 jan 2025 |
Locatie: |
Eindhoven
|
Startdatum: |
13 jan 2025 |
Locatie: |
Eindhoven
|
Startdatum: |
17 feb 2025 |
Locatie: |
Eindhoven
Online |
Startdatum: |
17 feb 2025 |
Locatie: |
Eindhoven
Online |
Startdatum: |
17 mrt 2025 |
Locatie: |
Eindhoven
Online |
Startdatum: |
17 mrt 2025 |
Locatie: |
Eindhoven
Online |
Startdatum: |
14 apr 2025 |
Locatie: |
Eindhoven
|
Startdatum: |
14 apr 2025 |
Locatie: |
Eindhoven
|
Startdatum: |
12 mei 2025 |
Locatie: |
Eindhoven
Online |
Startdatum: |
12 mei 2025 |
Locatie: |
Eindhoven
Online |
Startdatum: |
16 jun 2025 |
Locatie: |
Eindhoven
|
Startdatum: |
16 jun 2025 |
Locatie: |
Eindhoven
|
Startdatum: |
21 jul 2025 |
Locatie: |
Eindhoven
|
Startdatum: |
21 jul 2025 |
Locatie: |
Eindhoven
|
Code: | DP-300 |
Leervorm: | Klassikaal |
Dagen: | 4 |
€
1995
|
Per persoon
excl. BTW |
Naar inschrijfpagina |
|
Deze trainingen kunnen wij ook als maatwerk bij jou / ons op locatie.