Vanaf € 422,29 € 349,00

Vanaf € 422,29 € 349,00

Extra opties

1 x Training: Administering a SQL Database Infrastructure (exam 70-764)   + € 422,29 € 349,00
€ 349,00
Incl. BTW

Snel navigeren naar:

  • Inhoud
  • Voordelen
  • Specificaties
  • Reviews
  • More information
  • FAQ

Productinformatie

In deze deze SQL Server 2016 cursus leert u onder andere het configureren, beheren en troubleshooten van een SQL Database infrastructuur.

Onderwerpen die onder andere aan bod komen zijn encryptions, data access, auditing, back up data in SQL Server 2016, restoring databases, beheren database integriteit, monitoren van database activiteit en queries, het ontwikkelen en beheren van operators en SQL Server Agents alerts, beheren indexes en statistieken en nog veel meer.

Inhoud van de training

Administering a SQL Database Infrastructure (exam 70-764)

28 uur

Microsoft SQL Server 2016: Encryption

  • start the course
  • describe the encryption features supported in SQL Server 2016
  • describe Transparent Data Encryption and the keys used for encrypting and decrypting data
  • use Transparent Data Encryption
  • describe the features and limitations of Always Encrypted
  • use the Always Encrypted Wizard
  • configure Always Encrypted using SQL Server Management Studio
  • configure Always Encrypted using PowerShell
  • describe support and limitations for encryption with Azure SQL Database
  • describe the benefits, requirements, restrictions, methods, and recommended practices for backup encryption
  • create an encrypted backup
  • recognize the purpose of cell-level encryption and how to use Transact-SQL and symmetric encryption to configure it
  • enable encrypted connections to a database
  • troubleshoot encryption
  • configure encryption in SQL Server 2016

Microsoft SQL Server 2016: Data Access and Permissions

  • start the course
  • describe the types of database users and their purpose
  • create a database user using SQL Server Management Studio
  • create a database user using Transact-SQL
  • describe available server permissions
  • recognize the steps involved in granting a user access to a database and its objects
  • grant access to database objects
  • revoke access to database objects
  • describe database-level roles and their purpose
  • describe server-level roles and their purpose
  • describe the purpose of application roles
  • recognize why you would use and how to create a custom role
  • describe the purpose of row-level security and how to implement it
  • implement row-level security using T-SQL and predicates
  • implement row-level security using T-SQL and predicates
  • describe the purpose of dynamic data masking
  • define dynamic data masking
  • describe the benefits and features of using Azure SQL Database
  • create and configure a new Azure SQL Database
  • connect to and manage an Azure SQL Database using a local instance of SSMS
  • configure data access and permissions in SQL Server 2016

Microsoft SQL Server 2016: Auditing

  • start the course
  • describe why auditing is required and auditing methods
  • use triggers for auditing
  • use temporal tables for auditing
  • use temporal tables for auditing
  • view the audit log using SQL Server Management Studio or sys.fn_get_audit_file
  • describe the purpose of Extended Events
  • describe the purpose of SQL Server Audit, auditing levels, and components
  • define an audit using SQL Server Audit
  • describe the purpose of actions and actions groups
  • create server audit specifications
  • create database audit specifications
  • use dynamic management and system views to manage an audit
  • compare auditing in Azure SQL Database with SQL Server auditing and describe its purpose
  • configure auditing for Azure SQL Database
  • describe the purpose of audit logs and reports when auditing in Azure SQL Database
  • analyze audit logs and reports when auditing in Azure SQL Database
  • configure auditing in SQL Server 2016

Microsoft SQL Server 2016: Backing Up Databases

  • start the course
  • describe the reasons for backing up a database and supported backup types
  • determine the appropriate strategy for backing up a database
  • determine the appropriate media for backing up a database
  • recognize how to plan a retention policy for backing up databases
  • create a backup using SQL Server Management Studio
  • create a backup using Transact-SQL
  • describe how transaction log backup works
  • create an automated backup job in SQL Server Management Studio
  • describe the features and benefits of backing up a database to the Azure Blob Storage Service
  • describe best practice and troubleshooting tips for backing up to the Azure Blob Storage Service
  • back up a database to Azure
  • describe the purpose of the three recovery models
  • view and change recovery models using SQL Server Management Studio
  • recognize how to view and change recovery models using Transact-SQL
  • describe tasks that should be completed after changing the recovery model
  • manage and implement a backup strategy in SQL Server 2016

Microsoft SQL Server 2016: Restoring Databases

  • start the course
  • recognize what is involved in restoring a database, what can be restored, and restore scenario models
  • describe the purpose and prerequisites of restoring a database backup under the simple recovery model
  • restore a database under the simple recovery model
  • describe the purpose of and considerations for restoring a database under the full recovery model
  • restore a database under the full recovery model
  • restore a database under the full recovery model
  • automate and test restores
  • describe point-in-time recovery and perform point-in-time recovery using SQL Server Management Studio
  • perform point-in-time recovery using Transact-SQL
  • describe the goal of file restore and how it differs in the simple recovery model versus the full recovery model
  • restore files and filegroups
  • restore files to a new location
  • restore files and filegroups over existing files
  • recognize when a page restore is useful, as well as its limitations and restrictions
  • restore pages using SQL Server Management Studio and Transact-SQL
  • describe the purpose and process of piecemeal restore
  • describe the purpose and requirements of piecemeal restore in the simple recovery model
  • describe the purpose and requirements of piecemeal restore in the full recovery model
  • restore a database using a piecemeal restore
  • restore a database in SQL Server 2016

Microsoft SQL Server 2016: Managing Database Integrity

  • start the course
  • describe the purpose of the Database Consistency Checker
  • use the Database Consistency Checker in SQL Server Management Studio
  • use the catalog view to see information about progress and current phase of execution
  • describe the types of consistency checks appropriate for databases
  • perform consistency checks on tables and indexes
  • recognize common consistency check errors and their resolutions
  • recognize possible causes of database corruption
  • detect corruption in a SQL Server database
  • recover from database corruption
  • use SQL Server 2016 tools to ensure database consistency

Microsoft SQL Server 2016: Monitoring Database Activity and Queries

  • start the course
  • recognize the types of activities that can be monitored using Activity Monitor
  • use Activity Monitor in SQL Server Management Studio to monitor database activity
  • identify blocks using Activity Monitor and stored procedures
  • describe the role of the data collector
  • describe the components that make up the data collection system
  • configure the data collector
  • use System Monitor to monitor resource usage
  • describe the purpose of utility control point and the requirements for its use
  • use the Create UCP wizard to create a SQL Server utility control point
  • complete the creation of a SQL Server utility control point
  • describe the purpose of the Query Store, its features, and configuration options
  • describe scenarios for using the Query Store
  • describe the features, benefits, and architecture of performance monitoring with Extended Events
  • create an Extended Events session
  • recognize how Extended Events can be used to troubleshoot performance issues
  • describe the features, benefits, and architecture of SQL Trace
  • describe the uses of SQL Trace
  • identify issues with execution plans
  • monitor database activity in SQL Server 2016

Microsoft SQL Server 2016: Monitoring SQL Server Instances

  • start the course
  • describe Database Mail, mail profiles, and the importance of security
  • describe the logging levels and the need for a retention policy in Database Mail
  • configure Database Mail
  • recognize the features, benefits, and components of SQL Server Agent
  • describe the purpose of SQL Server Agent operators, the types of contact methods, and notifications
  • create a SQL Server Agent operator using SQL Server Management Studio
  • describe the purpose of SQL Server Agent alerts, how they are triggered, and what they can do
  • recognize the troubleshooting process for SQL Server Agent alerts and notifications
  • create SQL Server Agent alerts and configure their actions using SQL Server Management Studio
  • create alerts that respond to user-defined events
  • define actions a SQL Server Agent should take in the event of job failure
  • describe the purpose and components of Policy-Based Management
  • configure Policy-Based Management properties and failure notification alerts
  • create a Policy-Based Management policy using SQL Server Management Studio
  • recognize how to manage an existing Policy-Based Management policy
  • identify used and available space on data volumes
  • recognize what affects the performance of a server and when to use baseline measurements
  • recognize performance issues that may affect SQL Server
  • monitor instances in SQL Server 2016

Microsoft SQL Server 2016: Managing Indexes and Statistics

  • start the course
  • describe the types of indexes available in SQL Server and the importance of managing them properly
  • detect fragmented indexes and determine the degree of fragmentation
  • repair index fragmentation using SQL Server Management Studio
  • repair index fragmentation using Transact-SQL
  • use the Missing Indexes feature to identify missing indexes and to create them, if needed
  • find and remove underutilized indexes
  • describe the purpose of columnstore indexes, as well as why and when to use them
  • improve columnstore index performance
  • defragment columnstore indexes
  • identify and correct outdated statistics
  • describe the purpose and characteristics of the auto_update_statistics option
  • implement Auto Update Statistics
  • implement statistics for large tables
  • manage indexes in SQL Server 2016

Microsoft SQL Server 2016: High Availability and Disaster Recovery

  • start the course
  • recognize the purpose and benefits of log shipping
  • configure log shipping with SQL Server Management Studio
  • configure log shipping with Transact-SQL
  • describe log shipping management tasks such as adding databases, removing log shipping, failing over, and changing roles
  • recognize the tables and stored procedures used for monitoring log shipping
  • describe the features and benefits of AlwaysOn Availability Groups
  • describe the purpose of the failover process and the available failover modes
  • describe the capabilities provided by Windows Server Failover Clustering and its relationship to AlwaysOn components
  • describe how high availability is accomplished by monitoring cluster resources
  • create a new availability group
  • change the failover mode in an AlwaysOn availability group
  • configure read-only routing for an availability group using Transact-SQL
  • describe the purpose of distributed availability groups
  • create a distributed availability group with Transact-SQL
  • configure cluster shared volumes
  • manage high availability in SQL Server 2016

Kenmerken

Bereidt voor op officieel examen
Engels (US)
28 uur
Microsoft SQL Server
180 dagen online toegang
HBO

Meer informatie

Extra product informatie 0
Doelgroep Databasebeheerders
Voorkennis

Kennis van relationele databases en basiskennis van Microsoft Windows operating systemen.

resultaat

Na succesvolle afronding bent u bekend met het configureren, beheren en troubleshooten van een SQL database infrastructuur.
Tevens bent u optimaal voorbereid op het officiële Microsoft examen 70-764: Administering a SQL Database Infrastructure.

Let op: Deze examen komt te vervallen per 31 Januari 2021. Wil je advies over welke training je dan kunt volgen, neem contact op met ons support team.

Positieve reacties van cursisten

Ontwikkel je tot data analist

Service is echt heel goed. Snel, klantvriendelijk, weten waar ze over praten en denken met je mee met oplossingen. Daarnaast hebben ze ook een goed leerplatform om je studie te volgen en na elke module een korte toets om te zien hoeveel je ervan heb begrepen en je kan de status zien hoeveel tijd je hebt besteed aan je studie. Ik waardeer ze enorm en ik raad elke ICT'er aan om met hen in zee te gaan om je studie te volgen.

- Emilio Jones

Training: Introduction to SQL

Eén training geprobeerd en deze naar tevredenheid gevolgd. Een module werkte in eerste instantie niet, maar na contact opgenomen te hebben met klantenservice kreeg ik snel antwoord met een oplossing.

- Lars van der Spek

Training: Certified Ethical Hacker (CEHv12) - incl. examen

Eerste keer dat ik een online training heb gedaan en zou zo weer een training volgen via icttraningen.nl

- Jerry Jialal

Training: Microsoft Managing Modern Desktops (exam MD-101)

Het resultaat van de groep is absoluut bevredigend. Ik ga in ieder geval geen ander meer bellen.

- Antoine Evertze, Sales Engineer bij Chubb

Training: PRINCE2® 6e editie Foundation- incl. examen

Als er wat is staan ze altijd voor me klaar. Ik word meteen geholpen als ik bel.

- E. Zeijlmans, P&O adviseur bij Parnassia Groep

Training: ITIL® 4 Foundation - incl. examen

Wij zijn gebaat bij mensen die bijblijven in hun vakgebied en continu getriggerd worden.

- W. van Uijthoven, IT manager bij gemeente Arnhem

Training: Excel 2013 Compleet

Ik heb al eens eerder een training gehad via icttrainingen.nl en dat was een erg leerzame, leuke ervaring. Nu heb ik via het werk een online cursus en deze lijkt tot nu toe ook erg leerzaam.

- Michelle Brierley

Hoe gaat het te werk?

1

Training bestellen

Nadat je de training hebt besteld krijg je bevestiging per e-mail.

2

Toegang leerplatform

In de e-mail staat een link waarmee je toegang krijgt tot ons leerplatform.

3

Direct beginnen

Je kunt direct van start. Studeer vanaf nu waar en wanneer jij wilt.

4

Training afronden

Rond de training succesvol af en ontvang van ons een certificaat!

Veelgestelde vragen

Veelgestelde vragen

Op welke manieren kan ik betalen?

Je kunt bij ons betalen met iDEAL, PayPal, Creditcard, Bancontact en op factuur. Betaal je op factuur, dan kun je met de training starten zodra de betaling binnen is.

Hoe lang heb ik toegang tot de training?

Dit verschilt per training, maar meestal 180 dagen. Je kunt dit vinden onder het kopje ‘Kenmerken’.

Waar kan ik terecht als ik vragen heb?

Je kunt onze Learning & Development collega’s tijdens kantoortijden altijd bereiken via support@icttrainingen.nl of telefonisch via 026-8402941.

Background Frame
Background Frame

Onbeperkt leren

Met ons Unlimited concept kun je onbeperkt gebruikmaken van de trainingen op de website voor een vast bedrag per maand.

Bekijk de voordelen

Heb je nog twijfels?

Of gewoon een vraag over de training? Blijf er vooral niet mee zitten. We helpen je graag verder. Daar zijn we voor!

Contactopties