Microsoft 365 - Administering SQL Server 2012/14 Databases

Varighed

Varighed:

Kun 3 dage

Metode

Metode:

Klasseværelse / Online / Hybrid

Næste dato

Næste dato:

24/6/2024 (Mandag)

Overview

On this accelerated 3 day SQL Server course you'll focus on learning to administer databases in SQL Server 2014 and 2012. You’ll develop the skills to install and manage SQL Sever 2014 using its database maintenance features. You'll even learn about the most important capabilities across SQL Server 2012 and the new features of SQL Server 2014.

Taught by your official Microsoft Certified Trainer (MCT), you’ll use official Microsoft curriculum and practice tests. You’ll also use Firebrand’s unique Lecture | Lab | Review technique, immersing you in topics like:

  • Managing and configuring databases
  • Managing database security
  • Backing-up and restoring databases
  • Managing SQL Server instances

You’ll be prepared to sit exam 70-462: Administering Microsoft SQL Server 2012/14 Databases, which you'll do on site at Firebrand’s training centre. The exam is covered by our certification guarantee.

This course is aimed at those who need to perform installation and maintenance on SQL Server. It’s also suitable for professionals working with SQL Server on a regular basis, ensuring it operates smoothly.

Curriculum

MOC 20462D - Administering Microsoft SQL Server Databases

Module 1: Introduction to SQL Server 2014 Database Administration

This module introduces the Microsoft SQL Server 2014 platform. It describes the components, editions, and versions of SQL Server 2014, and the tasks that a database administrator commonly performs for a SQL Server instance.

Lessons

  • Database Administration Overview
  • Introduction to the SQL Server Platform
  • Database Management Tools and Techniques

Lab : Using SQL Server Administrative Tools

After completing this module, you will be able to:

  • Describe the SQL Server platform.
  • Describe common database administration tasks.
  • Use SQL Server administration tools.

Module 2: Installing and Configuring SQL Server 2014

This module explains how to assess resource requirements for SQL Server 2014 and how to install it.

Lessons

  • Planning SQL Server Installation
  • Installing SQL Server 2014
  • Post-Installation Configuration

Lab : Installing SQL Server 2014

After completing this module, you will be able to:

  • Plan a SQL Server 2014 installation.
  • Install SQL Server 2014.
  • Perform post-installation configuration tasks.

Module 3: Working with Databases and Storage

This module describes how data is stored in databases, how to create databases, how to manage database files, and how to move them. Other tasks related to storage, include managing the tempdb database and using fast storage devices to extend the SQL Server buffer pool cache, are also discussed.

Lessons

  • Introduction to Data Storage with SQL Server
  • Managing Storage for System Databases
  • Managing Storage for User Databases
  • Moving Database Files
  • Configuring the Buffer Pool Extension

Lab : Managing Database Storage

After completing this module, you will be able to:

  • Describe how SQL Server stores data.
  • Manage storage for system databases.
  • Manage storage for user databases.
  • Move database files.
  • Configure the buffer pool extension.

Module 4: Planning and Implementing a Backup Strategy

In this module, you will consider how to create a backup strategy that is aligned with organisational needs, and learn how to perform the backup operations required by that strategy.

Lessons

  • Understanding SQL Server Recovery Models
  • Planning a Backup Strategy
  • Backing up Databases and Transaction Logs
  • Using Backup Options
  • Ensuring Backup Reliability

Lab : Backing Up SQL Server Databases

After completing this module, you will be able to:

  • Describe how database transaction logs function, and how they affect database recovery.
  • Plan a backup strategy for a SQL Server database.
  • Back up databases and transactions logs.
  • Perform copy-only, compressed, and encrypted backups.
  • Maximise backup reliability.

Module 5: Restoring SQL Server 2014 Databases

In this module, you will see how to restore user and system databases and how to implement point-in-time recovery.

Lessons

  • Understanding the Restore Process
  • Restoring Databases
  • Advanced Restore Scenarios
  • Working with Point-in-Time Recovery

Lab : Restoring SQL Server Databases

After completing this module, you will be able to:

  • Explain the restore process.
  • Restore databases.
  • Perform advanced restore operations.
  • Perform a point-in-time recovery.

Module 6: Importing and Exporting Data

In this module, you will briefly explore tools and techniques so that you can import and export data to and from SQL Server.

Lessons

  • Introduction to Transferring Data
  • Importing and Exporting Table Data
  • Copying or Moving a Database

Lab : Importing and Exporting Data

After completing this module, you will be able to:

  • Describe tools and techniques for transferring data.
  • Import and export data.
  • Copy or move a database.

Module 7: Monitoring SQL Server 2014

This module explains how to use three of the most commonly used tools: Activity Monitor, dynamic management views and functions (DMVs and DMFs), and Performance Monitor.

Lessons

  • Introduction to Monitoring SQL Server
  • Dynamic Management Views and Functions
  • Performance Monitor

Lab : Monitoring SQL Server 2014

After completing this module, you will be able to:

  • Describe considerations for monitoring SQL Server and use Activity Monitor.
  • Use dynamic management views and functions to monitor SQL Server.
  • Use Performance Monitor to monitor SQL Server.

Module 8: Tracing SQL Server Activity

This module describes how to use SQL Server Profiler and SQL Trace stored procedures to capture information about SQL Server, and how to use that information to troubleshoot and optimise SQL Server workloads.

Lessons

  • Tracing SQL Server Workload Activity
  • Using Traces

Lab : Tracing SQL Server Workload Activity

After completing this module, you will be able to:

  • Trace activity in SQL Server
  • Use captured traces to test, troubleshoot, and optimise database performance.

Module 9: Managing SQL Server Security

In this module, you will be learn about the core concepts on which the SQL Server security architecture is based, and how to manage security at the server and database levels.

Lessons

  • Introduction to SQL Server Security
  • Managing Server-Level Security
  • Managing Database-Level Principals
  • Managing Database Permissions

Lab : Managing SQL Server Security

After completing this module, you will be able to:

  • Describe core security concepts in the SQL Server security architecture.
  • Manage server-level security.
  • Manage database-level security principals.
  • Manage database permissions.

Module 10: Auditing Data Access and Encrypting Data

This module describes the available options for auditing in SQL Server, how to use and manage the SQL Server audit feature, and how to implement encryption.

Lessons

  • Auditing Data Access in SQL Server
  • Implementing SQL Server Audit
  • Implementing SQL Server Audit

Lab : Auditing Data Access and Encrypting Data

After completing this module, you will be able to:

  • Describe options for auditing data access.
  • Implement SQL Server audit.
  • Manage SQL Server audit.
  • Implement Transparent Data Encryption.

Module 11: Performing Ongoing Database Maintenance

This module describes common database maintenance tasks that a DBA must perform, and demonstrates how to automate these tasks using maintenance plans.

Lessons

  • Ensuring Database Integrity
  • Maintaining Indexes
  • Automating Routine Database Maintenance

Lab : Performing Ongoing Database Maintenance

After completing this module, you will be able to:

  • Ensure database integrity by using DBCC CHECKDB.
  • Maintain indexes.
  • Configure Database Maintenance Plans.

Module 12: Automating SQL Server 2014 Management

This module describes how to use SQL Server Agent to automate jobs, how to configure security contexts for jobs, and how to implement multi-server jobs.

Lessons

  • Automating SQL Server Management
  • Implementing SQL Server Agent Jobs
  • Managing SQL Server Agent Jobs
  • Managing Job Step Security Contexts
  • Managing Jobs on Multiple Servers

Lab : Automating SQL Server Management

After completing this module, you will be able to:

  • Describe methods for automating SQL Server management.
  • Create jobs, job step types, and schedules.
  • Manage SQL Server Agent jobs.
  • Configure job security contexts.
  • Configure master and target servers.

Module 13: Monitoring SQL Server 2014 by Using Alerts and Notifications

This module covers the configuration of database mail, alerts, and notifications.

Lessons

  • Monitoring SQL Server Errors
  • Configuring Database Mail
  • Configuring Operators, Alerts, and Notifications

Lab : Monitoring SQL Server by Using Alerts and Notifications

After completing this module, you will be able to:

  • Configure Database Mail.
  • Monitor SQL Server errors.
  • Configure operators, alerts, and notifications

Exam Track

You'll sit the following exam at the Firebrand Training Centre, covered by your Certification Guarantee:

  • Exam 70-462: Administering Microsoft SQL Server Databases

What's Included

Microsoft Official Curriculum

  • MOC 20462D - Administering Microsoft SQL Server Databases

Books:

  • Training Kit Exam 70-462: Administering Microsoft SQL Server 2012 Databases Book/CD Package - ISBN: 82039780735666078

Det hele er inkluderet! Du får en alt-inklusiv kursuspakke, som er målrettet til dine behov. Vi tager os af enhver detalje, så det eneste du skal fokusere på er dine lærings- og certificeringsmål.

  • Transport til/fra specifikke afhentningssteder
  • Overnatninger, samtlige måltider samt adgang til forfriskninger, snacks, kaffe og the.
  • Intensiv Hands-on uddannelse med vores unikke (Lecture | Lab | Review)TM metode
  • Omfattende kursusmaterialer og labmanualer
  • Et helt igennem instruktørstyret program
  • 24 timers adgang til både undervisningslokale og instruktøren
  • Samtlige måltider samt adgang til forfriskninger, snacks, kaffe og the.
  • Certificeringsgaranti

Prerequisites

It's recommended you possess the following knowledge and skills:

  • Basic knowledge of the Microsoft Windows operating system and its core functionality
  • Working knowledge of Transact-SQL
  • Working knowledge of relational databases
  • Some experience with database design

Er du klar til dit Firebrand Kursus?

Vi interviewer alle potentielle deltagere angående deres baggrund, uddannelser, certificeringer og personlig indstilling. Hvis du kommer igennem denne screeningsprocedure, betyder det, at du har rigtig gode chancer for at bestå.

Firebrand Training tilbyder et ambitiøst uddannelsesmiljø, som forudsætter at du dedikerer dig til kurset. Ovenstående forkundskaber er vejledende; mange deltagere med mindre erfaring, men med en anden baggrund eller færdigheder, har haft succes med accelereret uddannelse hos Firebrand Training.

Hvis du funderer på hvorvidt du opfylder de anbefalede forkundskaber, er du meget velkommen til at ringe til os på 89 88 66 05 og tale med en af vores uddannelsesrådgivere, som kan hjælpe dig.

Kundereferencer

Her er Firebrand Training review afsnit. Siden 2001 har vi trænet præcist 134.561 studerende og professionelle og bedt dem alle om at gennemgå vores Accelerated Learning. Lige nu har 96,41% sagt, at Firebrand har overgået deres forventninger.

Læs anmeldelser fra de seneste accelererede kurser nedenfor, eller besøg Firebrand Stories for skriftlige og videointerviews med vores alumner.


"The training for PL-100 is an intense course, jam-packed with references, resources delivered by a super knowledgeable instructor. Would recommend having a sound base knowledge of Microsoft Power Platform before attending. MS Learn provides topics for PL-100 and also a study guide for the exam which is very useful when preparing for exam."
Jessica Brooks, Kenvue. (3/1/2024 (Onsdag) til 4/1/2024 (Torsdag))

"Training facilities were great and the hotel onsite is nice."
Anonymous. (18/12/2023 (Mandag) til 20/12/2023 (Onsdag))

"It''s the best way to learn without any distraction. Training, eat, sleep, shower."
Anonymous. (13/12/2023 (Onsdag) til 15/12/2023 (Fredag))

"When learning with Firebrand, everything is taken care of for you. This allows you to pour everything into absorbing and understanding your course content amongst peers."
ML, Griggster Limited. (3/10/2023 (Tirsdag) til 6/10/2023 (Fredag))

"Perfect instructor with much knowledge and the ability to bring it to the people. Thank you. The topic is huge but I would have expected a little bit more working together in the system."
Reinhard Decker, VAT Vakuumventile AG. (10/10/2023 (Tirsdag) til 13/10/2023 (Fredag))

Kursusdatoer

Starter

Slutter

Tilgængelighed

Sted

Tilmelding

19/2/2024 (Mandag)

21/2/2024 (Onsdag)

Afsluttet - Giv feedback

-

 

24/6/2024 (Mandag)

26/6/2024 (Onsdag)

Venteliste

Landsdækkende

 

5/8/2024 (Mandag)

7/8/2024 (Onsdag)

Begrænsede pladser

Landsdækkende

 

16/9/2024 (Mandag)

18/9/2024 (Onsdag)

Tilgængelige pladser

Landsdækkende

 

28/10/2024 (Mandag)

30/10/2024 (Onsdag)

Tilgængelige pladser

Landsdækkende

 

9/12/2024 (Mandag)

11/12/2024 (Onsdag)

Tilgængelige pladser

Landsdækkende

 

Seneste anmeldelser fra vores studerende