Administering SQL Server on Linux

Administering SQL Server on Linux

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 2h 39m | 522 MB

Secure your data by administering your SQL Server solution on Linux

Microsoft’s launch of SQL Server on Linux has made SQL Server a truly versatile platform across different operating systems and data-types, both on-premise and on-cloud.

This course is your handy guide to implementing your SQL Server solution on the open-source Linux platform. You will brush up your SQL Server skills by creating and querying database objects and implementing basic administration tasks to support business continuity, including security and performance optimization. This course will also take you beyond the basics and highlight some advanced topics such as in-memory OLTP and temporal tables.

By the end of this course, you will be able to recognize and utilize the full potential of setting up an efficient SQL Server database solution in your Linux environment.

What You Will Learn

  • Create and work with database objects using SQL Server on Linux
  • Configure and administer SQL Server on Linux-based systems
  • Create and restore database back-ups
  • Protect sensitive data using the built-in cryptographic features
  • Optimize query execution using indexes
  • Improve query execution time by more than 10x using in-memory OLTP
  • Track row-versioning using temporal tables
Table of Contents

Backup and Recovery Operations
01 The Course Overview
02 Recovery Models and Backup Strategy Elements
03 Implementing Backup and Restoring Database

User Management
04 Authentication Process
05 Authorization Process
06 Accessing SQL Server resources

Implementing Data Protection
07 Crash Course in Cryptography
08 Transparent Data Encryption
09 Backup and Symmetric Encryption
10 Row-Level Security
11 Dynamic Data Masking

Indexing
12 Indexing Concepts
13 Clustered Index
14 Non-Clustered Index
15 Columnstore Index

In-Memory OLTP
16 Elements of Performance
17 Exploring In-Memory OLTP

Beyond SQL Server
18 Query Store
19 Temporal Tables