Cod: MS_DP-300 Cloud MICROSOFT Dificultate: Avansat

Administering Relational Databases on Microsoft Azure

Date disponbile


Online training
TG On-line, Engleză

Online training
TG On-line, Engleză

Online training
Bucharest, RO, Română

Online training
Bucharest, RO, Română

Online training
Bratislava, SK

Online training
Bucharest, RO, Română

Online training
Bucharest, RO, Română

Online training
Bucharest, RO, Română

Online training
Bucharest, RO, Română

Online training
Bratislava, SK

Online training
Bucharest, RO, Română

Online training
Bucharest, RO, Română
Afișați toate datele

Data nu mi se potriveste
Contactați-ne folosind formularul de aici .

Obiectiv

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.

Durată

4 Zile (8h/day)

Cerințe

Prerequisites 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

Conţinut

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 Lessons 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. Lessons 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 resoureces using manual methods Reconmmend an appropriate databvase 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 Lessons 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. Lessons 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. Lessons 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. Lessons 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. 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 : 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

Traininguri personalizate

Acest training nu este potrivit pentru tine sau nu ai găsit ceea ce căutai? Contactează-ne și te vom ajuta.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

* Obligatorii

Solicitarea ta a fost înregistrată.

Vom găsi cea mai bună variantă pentru tine.

Ai intrebari?

Contactează-ne pentru mai multe informatii


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

* Obligatorii

Solicitarea ta a fost înregistrată.

Iti vom raspunde cat mai curand posibil.

Cerere data

Încarcă informațiile solicitate, trimite cerere și, în cel mai scurt timp, vom reveni cu un răspuns.


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

* Obligatorii

Solicitarea ta a fost înregistrată.

Vom găsi cea mai bună variantă pentru tine.

Săli de training

ALEF Training dispune de 3 săli de training în București, echipate cu sisteme moderne de ultimă generație, capabile să țină pasul cu orice nevoie a cursanților, și sisteme de proiecție pentru o difuzare facilă a informațiilor prezentate.

Sălile de instruire se modernizează in mod continuu. În Centrul de Competențe, folosim pentru instruire și seminarii Cisco Spark Board. Spark Board este în esență o tabletă uriașă care combină funcțiile și ecranul whiteboard pentru videoconferințe. Aveți ocazia unică de a experimenta acest mediu modern de comunicare.

Săli de training - București

Săli de training – Praga

Săli de training - Budapesta

Săli de training - Bratislava

Sală de training - Nautilius

Sală de training - Compass

Sală de training - Sonar

Echipa de traineri

O echipă bine pregătită, cu certificări importante și experință în domeniul IT, este pilonul principal al ALEF Training Center. Punem preț pe dezvoltarea continuă a trainerilor noștri, astfel încât să îți oferim toate cursurile de care ai nevoie.

Alături de noi și trainerii noștri, ai la dispoziție o gamă completă de cursuri în domenii precum: rutare și comutare, securitate, colaborare și centre de date. Mai jos regăsești toate informațiile despre noi.

Echipa Training & Expert Center Romania


Alexandra Pîrvu
Training Team Leader

Descriere

Alexandra s-a alăturat echipei ALEF Training Center în noiembrie 2022, preluând rolul de Training Team Leader. Are zece ani de experiență în zona de training, fiind specializată pe segmentul cybersecurity. Alături de echipa de traineri, cât și de echipa de business development dedicată zonei de training, Alexandra răspunde la nevoile de educație continuă ale partenerilor ALEF.

Gabriela Lefter
Training Assistant

Descriere

Gabi s-a alăturat echipei ALEF Training Center în luna Iunie 2021 având la bază o experiență în lumea IT&C, a acceptat provocarea să fie alături de echipa de training și va crește alături de noi, oferind suport participanților la curs, precum și colaboratorilor ALEF.

Ioana Galatioiu
Training Assistant

Descriere

Ioana s-a alăturat echipei ALEF Training Center în 2023, având rolul de training assistant. Ea este o persoană organizată, ambițioasă și orientată către rezultate. Cu o experiență de peste 15 ani în zona de training, Ioana este pregătită să ofere suportul necesar tuturor participanților la trainingurile noastre astfel încât cursurile să se desfășoare în cele mai bune condiții.


George Ciolacu
Cisco Trainer ALEF

Descriere

George Ciolacu este inginer și instructor certificat Cisco și are experiență vastă în industria tehnologiei informației. Este specializat în design-ul rețelelor enterprise, cât și al tehnologiilor ce fac parte din această arie, precum routing, switching, network security și are certificări importante, precum CCNP Enterprise si CCNP Security.

Vizualizare certificări

Bogdan Păun
Microsoft Trainer ALEF

Descriere

Bogdan Păun este Microsoft System Engineer si Microsoft Certified Trainer în cadrul ALEF Distribution RO, cu o experiență de peste 10 ani în zona IT. Activează în proiecte ce variază, de la implementări de soluții până la livrarea de training-uri custom sau oficiale Microsoft, având certificări atât în zona de licențiere, cât și în cea tehnică.

Vizualizare certificări

Adrian Țopa
Microsoft Trainer ALEF

Descriere

Adrian Topa este Azure System Engineer și Microsoft Certified Trainer în cadrul ALEF Distribution RO, cu o experiență de peste 10 ani în domeniul informației tehnologice. De asemenea, este specialist Cloud, deținând multiple certificări Microsoft Azure.

Vizualizare certificări

Sergiu Calinciuc
Cisco Trainer ALEF

Descriere

Sergiu Calinciuc este instructor certificat Cisco, cu o experiență de peste 10 ani în domeniul IT și expertiză pe tehnologiile de colaborare. Pe baza certificărilor obținute, precum CCNP Enterprise și CCNP Collaboration și a cunoștințelor avansate despre infrastructurile de tip enterprise networking, este avizat să ofere servicii de consultanță și traininguri tehnice partenerilor ALEF pentru soluțiile complexe CISCO.

Vizualizare certificări

Rareș Odobescu
Cisco Trainer ALEF

Descriere

Pasionat încă din adolescență de tehnologie și în special de networking, Rareș Odobescu este certificat ca instructor Cisco, pregătit să împărtășească cu bucurie cunoștințele pe care le-a acumulat de-a lungul proiectelor complexe în care a fost implicat, are la activ peste 10 clase livrate de CCNA și are competențe și în zone de Wifi și CCNP Enteprise. 

Vizualizare certificări

Adrian Murgescu
Cisco Trainer ALEF

Descriere

Adrian Murgescu are o bogată experiență în tehnologiile de Data Center. Deține o serie de certificări la nivel profesional de la Cisco, VMware si Veeam și oferă constant servicii de implementare și training către partenerii ALEF. Cursurile de nivel CCNP Datacenter sunt cele pe care le predă în mod constant.  

Vizualizare certificări

Cosmin Mocanu
Palo Alto Networks Trainer ALEF

Descriere

Cosmin Mocanu este inginer și instructor certificat Palo Alto Networks, cu o experiență de peste 20 ani în domeniul IT. Pe baza experienței vaste și a certificărilor obținute, Cosmin este avizat să ofere servicii de consultanță și traininguri tehnice partenerilor ALEF pentru soluțiile Palo Alto Networks.

Vizualizare certificări

Bogdan Ion
F5 Trainer ALEF

Descriere

Bogdan Ion este F5 Networks System Engineer și trainer autorizat F5 în cadrul ALEF Distribution RO. Cu o experiență de peste 15 ani în zona de Network Security, Bogdan este pregătit să ofere servicii de consultanță și training-uri partenerilor ALEF pentru soluțiile F5.

Trainerii noștri se remarcă prin faptul că au o experiență practică vastă, dobândită de-a lungul proiectelor complexe la care au lucrat. Astfel, aceștia pot aborda orice subiect sau problematică ce vă este de interes, cursurile având parte teoretică și demo-uri practice pentru e înțelege cât mai bine soluția/produsul, în vederea obținerii certificărilor necesare.

De asemenea, oferim cursuri specializate, axate pe dobândirea abilităților de configurare, dar și cursuri personalizate adaptate cerințelor tale și companiei tale.

Suntem aici pentru a vă ajuta să obțineți toate informațiile și cunoștințele necesare pentru a deveni un expert în domeniu. Ne puteți scrie pe adresa ro-training@alef.com, iar echipa noastră vă va răspunde în cel mai scurt timp.

5000 +

Training-uri

20+

Săli de training

10000+

Certificate

50+

Lectori certificați

6

Țări

Unicitatea lectorilor noștri se datorează în principal faptului că au o experiență practică vastă, bazată pe diverse proiecte. Astfel, ei pot răspunde foarte flexibil la orice întrebare sau comentariu venind de la cursanți. Lectorii își transmit astfel cunoștințele practice participanților, la cursurile de formare. Datorită sinergiei funcționării fiabile a companiei și anilor de experiență, am reușit să răspundem în mod flexibil la viitoarele schimbări în specializările Cisco, astfel încât să putem garanta o gamă largă de cursuri certificate care vă vor permite ție și colegilor tăi să obțineți know-how-ul necesar pentru testele ulterioare de certificare.

Cisco Learning Partner Comptia F5 AWS Microsoft vmware palo alto

CONTACT

ALEF Distribution RO 
B-dul Dimitrie Pompeiu nr. 6E, Pipera Business Tower, et. 8, Sector 2, Bucuresti
+40-21-331.00.67 / 68 / 69
ro-training@alef.com