55316AC Administering a SQL Database

Course Description

This instructor-led course provides students who manage SQL Server and Azure SQL databases with the knowledge and skills necessary to manage a SQL Server database infrastructure. The material will also be useful to people who develop applications that deliver content from SQL Server databases. This material updates and replaces course 20764C.

Audience profile

The primary audience for this course is people who administer and maintain SQL Server databases. These people perform database administration and maintenance as their primary area of ​​responsibility, or work in environments where databases play a key role in their primary job.

The secondary audiences for this course are people who develop applications that deliver SQL Server database content.

Goals

  • Authenticate and authorize users
  • Assign server and database roles
  • Authorize users to access resources
  • Use encryption and auditing features to protect data
  • Describe recovery models and backup strategies.
  • SQL Server Database Backup and Restore
  • Automate database management
  • Configure security for SQL Server Agent
  • Manage alerts and notifications
  • Manage SQL Server using PowerShell
  • Tracking access to SQL Server
  • Monitor a SQL Server infrastructure
  • Troubleshoot a SQL Server infrastructure
  • Import and export data


Course outline

Module 1: SQL Server Security

This module describes SQL Server security models, logins, users, partially contained databases, and cross-server authorization.

Lessons

  • Authentication of connections to SQL Server
  • Authorizing logins to connect to databases
  • Authorization between servers
  • Partially contained databases

Lab 1: SQL Server Security

  • Authentication of connections to SQL Server
  • Authorization of connections to databases
  • Authorization through server instances
  • Authorization of connections to databases

After completing this module, students will be able to:

  • SQL Server basics.
  • SQL Server connection authentication.
  • Authorization of user login to databases.
  • Partially contained databases.
  • Authorization between servers.

Module 2: Assigning Server and Database Roles

This module explains how to use server- and database-level roles to manage user permissions.

Lessons

  • Lesson 1: Working with server roles
  • Lesson 2: Working with fixed database roles
  • Lesson 3: User-Defined Database Roles

Lab 1: Assigning Server and Database Roles

  • Using server roles
  • Using database roles
  • Using database roles and user-defined application roles

After completing this module, students will be able to:

  • SQL Server basics.
  • SQL Server connection authentication.
  • Authorization of user login to databases.
  • Partially contained databases.
  • Authorization between servers.

Module 3: Authorization of users to access resources

This module explains how to authorize users to access server and database functions. It also describes how to manage permissions at different levels on an instance of SQL Server.

Lessons

  • Authorize user access to objects
  • Authorizing users to run code
  • Setting permissions at the schema level


Lab 1: Authorizing users to access resources

  • Assignment of fixed and user-defined server roles
  • Database User and Role Management
  • Configure permissions at the schema level

After completing this module, students will be able to:

  • Authorize user access to objects.
  • Authorize users to execute code.
  • Configure permissions at the schema level.

Module 4: Data Protection with Encryption and Auditing
This module describes the options available for auditing and how to manage audit functions. It also describes how to configure and implement data encryption.

Lessons

  • Options for auditing data access in SQL Server
  • Implementing SQL Server auditing
  • Manage SQL Server auditing
  • Data protection with encryption

Lab 1: Using auditing and encryption

  • Audit with Temporal Tables
  • Using SQL Server auditing
  • View audit output
  • Using dynamic data masking

After completing this module, students will be able to:

  • Describe options for auditing data access.
  • Implement SQL Server Auditing.
  • Manage SQL Server auditing.
  • Describe and implement data encryption methods in SQL Server.
  • Implement encryption

Module 5: Recovery Models and Backup Strategies
In this module, you will learn how to use the backup functions available for databases and transaction logs to create backup strategies.

Lessons

  • Understand backup strategies
  • SQL Server transaction logs
  • Planning backup strategies

Lab 1: Understanding SQL Server Recovery Models

  • Backup databases
  • Transaction log backups
  • Reduce a database

After completing this module, students will be able to:

  • Describe various backup strategies.
  • Describe how database transaction logs work.
  • Plan SQL Server backup strategies.

Module 6: SQL Server Database Backup

In this module, you will learn how to apply various backup strategies.

    Lessons

    • Database and transaction log backup
    • Database Backup Management
    • Advanced database options

    Lab 1: Database Backup

    • Database Backup
    • Backup Verification
    • Using advanced backup features

    After completing this module, students will be able to:

    • Back up SQL Server databases and transaction logs.
    • Manage database backups.
    • Describe advanced backup options.

      Module 7: Restoring SQL Server Databases
      In this module, you will see how to restore the system and user databases and how to implement point-in-time recovery.

      Lessons

      • Understand the restoration process
      • Database Restoration
      • Advanced restoration scenarios
      • Recovery from a point in time

      Lab 1: Restoring SQL Server Databases

      • Determining the order of restorations
      • Database Restoration
      • Restore encrypted backup
      • Restoring a point in time

      After completing this module, students will be able to:

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

      Module 8: Automating SQL Server Administration
      This module describes how to use SQL Server Agent to automate jobs, how to configure security contexts for jobs, and how to deploy multi-server jobs.

      Lessons

      • SQL Server Administration Automation
      • Work with SQL Server Agent
      • Manage SQL Server Agent jobs
      • Multi-server management

      Lab 1: Automating SQL Server Administration

      • Using SQL Server Agent
      • Scripting SQL Server Agent jobs
      • Viewing job history
      • Multi-master management

      After completing this module, students will be able to:

      • Describe methods to automate SQL Server administration.
      • Configure jobs, job step types, and schedules.
      • Manage SQL Server Agent jobs.
      • Configure master and destination servers.

      Module 9: Security Configuration for SQL Server Agent
      This module explains how to configure SQL Server Agent to use a least privilege security environment and how to use credentials and proxy accounts to run jobs securely.

      Lessons

      • Understanding SQL Server Agent Security
      • Credential settings
      • Proxy Account Settings

      Lab 1: Configuring SQL Server Agent

      • Assigning a security context to job steps
      • Create credentials
      • Create a proxy account

      After completing this module, students will be able to:

      • Explain the security of SQL Server Agent.
      • Configure credentials.
      • Set up proxy accounts.

      Module 10: Monitoring SQL Server with Alerts and Notifications
      This module covers configuring database email, alerts, and notifications for an instance of SQL Server and configuring alerts for Microsoft Azure SQL Database.

      Lessons

      • SQL Server Error Monitoring
      • Database Mail Configuration
      • Operators, alerts and notifications
      • Alerts in Azure SQL Database

      Lab 1: Monitoring SQL Server with Alerts and Notifications

      • Working with database engine error logs
      • Database Mail Configuration
      • Configure Operators and Alerts
      • Configure alerts in Azure SQL Database (optional)

      After completing this module, students will be able to:

      • Monitor SQL Server errors.
      • Configure database mail.
      • Set up operators, alerts and notifications.
      • Work with alerts in Azure SQL Database.

      Module 11: Introduction to SQL Server Administration Using PowerShell
      This module explains how to use Windows PowerShell with Microsoft SQL Server and Azure SQL Database. It also describes how to improve efficiency and reliability by scripting tasks and jobs.

      Lessons

      • Getting started with Windows PowerShell
      • Configure SQL Server using PowerShell
      • Manage and maintain SQL Server with PowerShell
      • Manage Azure SQL databases using PowerShell

      Lab 1: Using PowerShell to Manage SQL Server

      • Exploring SQL Server Management Objects (SMO)
      • Configure database and instance characteristics with PowerShell
      • Manage logins and backups with PowerShell
      • Create an Azure SQL database with PowerShell

      After completing this module, students will be able to:

      • Describe the benefits of PowerShell and its fundamental concepts.
      • Configure SQL Server using PowerShell.
      • Manage and maintain SQL Server using PowerShell.
      • Manage an Azure SQL database using PowerShell.

      Module 12: Tracking SQL Server Access with Extended Events
      This module explains how to monitor performance metrics for SQL Server and Azure SQL Database. It also describes troubleshooting strategies and usage scenarios for working with extended events.

      Lessons

      • Extended Event Basics
      • Work with extended events

      Lab 1: Using SQL Server Extended Events

      • Create extended event sessions
      • Working with extended event sessions

      After completing this module, students will be able to:

      • Describe the basic concepts of extended events.
      • Create and view extended event sessions.

      Module 13: SQL Server Monitoring
      This module explains how to monitor databases in order to proactively address potential problems. It also describes how to use the provided built-in tools to analyze instance and server activity.

      Lessons

      • Activity monitoring
      • Capture and manage performance data
      • Analysis of collected performance data

      Lab 1: Monitoring SQL Server

      • Using Performance Monitor
      • Data Collection Settings
      • View the reports

      After completing this module, students will be able to:

      • Monitor current activity.
      • Capture and manage performance data.
      • Analyze the collected performance data.
      • Configure the SQL Server utility.

      Module 14: Troubleshooting SQL Server
      This module explains how to resolve common problems that may arise when working with SQL Server systems. It also describes a methodology for resolving general database server problems.

      Lessons

      • Application of a problem solving methodology
      • Troubleshooting service issues
      • Troubleshooting connectivity and login issues

      Lab 1: Troubleshooting SQL Server

      • Troubleshooting errors
      • Troubleshooting services
      • Troubleshooting login issues

      After completing this module, students will be able to:

      • Describe a troubleshooting methodology for SQL Server.
      • Resolve service-related problems.
      • Resolve login and connectivity issues.

      Module 15: Import and export of data
      This module explains how to use native SQL Server tools to import and export data to and from SQL Server and Azure SQL Databases.

      Lessons

      • Data transfer to and from SQL Server
      • Import and export table data
      • Using bcp and BULK INSERT to import data
      • Deploying data tier applications

      Lab 1: Data Import and Export

      • Disable and enable restrictions
      • Using the Import and Export Wizard
      • Import with bcp and BULK INSERT
      • Work with DACPAC and BACPAC

      After completing this module, students will be able to:

      • Describe tools and techniques for transferring data.
      • Import and export data from tables.
      • Use bcp and BULK INSERT to import data.
      • Use data tier applications to import and export database applications


      Previous requirements

      • Experience using applications on Windows servers
      • Experience working with SQL Server or another RDMS


      Language

      • English course

      • Labs: English

      €695.00
      | /

      Information related to training

      Soporte siempre a tu lado

      Training support: Always by your side

      Formación presencial y telepresencial

      Do you need another training modality?

      bonificaciones

      Bonuses for companies