Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Encryption in SQL Server 2019
Rating: 4.3 out of 5(289 ratings)
1,090 students

Encryption in SQL Server 2019

A Step-by-Step Guide to Implementing Various Encryption Options in SQL Server 2019
Created byMike West
Last updated 9/2020
English

What you'll learn

  • You'll learn how to define encryption technologies specific to relational databases
  • You'll learn the various encryption approaches in SQL Server
  • You'll learn how to implement many of these encryption technologies in SQL Server
  • You'll be able to take what you've learned and apply it to production servers

Course content

2 sections23 lectures1h 9m total length
  • Course Introduction1:06

    This is the course introduction.

  • Is this Course Right for You?0:52

    Is this course right for you? 

  • Course Structure1:10
  • What is Encryption?1:46

    Let's define encryption in simplest terms.

  • Types of Encrypted Data1:52

    Let's learn about the different types of data.

  • Data Encryption Options in SQL Server3:34

    Let's learn about the different encryption options available in SQL Server.

  • Install SQL Server 2019 and SSMS5:08
  • Add and Upgrade the AdvertureWorks Database6:05

Requirements

  • You should have a familiarity with SQL Server

Description

Welcome to Encryption in SQL Server 2019.

In this course you'll learn about the sundry approaches Microsoft uses to encrypt data.  Microsoft SQL Server supports 5 different kinds of encryption for protecting data.  While you'll learn about all of them the course will focus on the most recent and most often used approaches to encrypting your data.

In this course you implement two types of data encryption in SQL Server 2019 and one type that's not encryption but is a solid option for securing data.

They are:

  • Column Level Encryption

  • Transparent Level Encryption

  • Dynamic Data Masking

Encryption is the process of obfuscating data by the use of a key or password. This can make the data useless without the corresponding decryption key or password. Encryption does not solve access control problems. However, it enhances security by limiting data loss even if access controls are bypassed. You can use encryption in SQL Server for connections, data, and stored procedures.

Data protection is critical for ensuring that your organization is compliant with regulatory compliance standards like the GDPR and for meeting the expectations of your clients and business partners. Not only can data breaches result in large fines, but the reputational damage can be just as great.

One you've completed this course, you'll have a solid understanding of data encryption techniques in SQL Server.

Thanks for your interest in Encryption in SQL Server 2019.

Let's get started.

Who this course is for:

  • If you're a SQL Server DBA at any level... this course is for you
  • If you're a Transact-SQL developer... this course is for you
  • If you have a basic understanding of SQL Server... this course is for you