Complete Microsoft SQL Server Database Administration Course
- Description
- Curriculum
- FAQ
- Reviews
Microsoft SQL Server continues to be one of the world’s most popular and top databases. Database is a heart of IT which is needed to stored all critical data and information.
If you want to become SQL database administrator then this is the course for YOU.
This training courses will provide you all the necessary skills you need to be a successful database administrator and take you to the next level. Plus, this course will prep you for the SQL Server MCSA certification.
Here is the course outline:
Section 1 – Introduction
-
Introduction to Database
-
RDBMS
-
What is SQL?
-
Top 5 RDBMS
-
Introduction to MS SQL Server
-
Different editions of MS SQL
Section 2 – Download, Install and Configure Windows
-
MS SQL Server prerequisite
-
Lab setup
-
What is virtualization?
-
Download and Install VMWare Workstation Player
-
Optional – Download and Install Oracle Virtualbox
-
Create a Virtual Machine
-
Download and Install Windows Server
-
Virtual Machine Management
Section 3 – Download, Install and Configure MS SQL Server
-
Prerequisites for MSSQL Installation
-
Download MSSQL and SQL Server Management Studio
-
Install and Configure MSSQL
-
Install SQL Server Management Studio
-
Download and Install AdventureWorks Database
Section 4 – Database Fundamentals and Design
-
What is Data and Database?
-
How is data stored?
-
What is a Table, COLUMN and ROW ?
-
What is a key? primary, foreign, unique keys etc.
-
What is Relational Database and Relational Database Management System (RDBMS)?
-
What is a Transaction and ACID properties?
-
Database Normalization AND Different forms of Database Normalization
-
Create your first Database, Table and Populate table with data…
Section 5 – Introduction to SQL Commands
-
Welcome to Basic SQL Commands
-
What is a SQL Statement and types of SQL statements
-
DML Statement with examples
-
DDL Statements with examples
-
DCL Statement with examples
-
TCL Statement with examples
Section 6 – Query and Manipulation of Data using SQL
-
Create TABLE(s) and Temp Table(s)
-
What Is a View?
-
SELECT Statement in detail
-
Operators, Expressions and Conditions
-
WHERE Clause, ORDER BY, HAVING BY, GROUP BY Clause
-
Select from two tables – JOINS
-
Different Types of JOINS
-
What is a Sub Query?
-
INSERT, UPDATE, DELETE and Truncate Statements
-
What is a Store Procedure?
-
Function, Trigger and INDEX
-
Clustered ,Non-clustered Indexes and Index Design considerations
-
Index Fragmentation and Lab for Index
Section 7 – Microsoft SQL Database Administration
-
Overview of MSSQL Management Tools
-
Exploring SQL Server Management Studio (SSMS)
-
Exploring SQL Server Configuration Manager
-
MSSQL System Databases, DO’s and DONT’s of System databases
-
What is master, etmpdb, msdb and other system databases?
Section 8 – Deep Dive into MSSQL Working
-
What are Pages , Extents, Page Architecture and PFS?
-
MSSQL Architecture
-
MSSQL Database Architecture
-
Operation and working of transaction log
-
Configuring user Database
-
Best practices while creating user Database
Section 9 – MSSQL Backup and Restore
-
Backup of a Database, Importance for DBA and Different Media used for Backups
-
Recovery Models in MSSQL and how that impact backups an restore
-
Full and differential backups
-
Transaction Log Backups, Log Backup Chain and Tail-log Backup
-
Lab for Full, Differential and Transaction Log Backups
-
Restore and Recovery Overview
-
Full, Differential and Transaction Log database restore
-
Point in time restore of a database
-
Complete Backup , Restore and Restore in Time Lab
-
MS SQL Server DBCC CHECKDB command
-
Page Level Restore / Recovery using Full Backups
-
Creating Maintenance Plan Backups/Re-indexing etc.
Section 10 – MSSQL User Management
-
MSSQL Security Model
-
MSSQL Server Authentication Modes
-
Server Logins
-
Server Roles
-
Database Users
-
Database Roles
-
Permissions (GRANT , DENY, and REVOKE)
Section 11 – MSSQL Server Agent Management
-
SQL Server Agent Introduction
-
SQL Server Agent Jobs and Schedules
-
Agent Alerts
-
Operators
-
Database Mail
-
Activity Monitor
Section 12 – Advanced SQL Server Administration Topics
-
High Availability and its Types
-
What Is Replication and Transactional Replication
-
Transactional Replication Setup (LAB)
-
MSSQL Data Encryption and type of encryption
-
Transparent Data Encryption (TDE) and configuration
-
Backup and restore of encrypted Databases
-
MS SQL Server Reporting Services (SSRS)
-
MS SQL Server Integration Services (SSIS)
Section 13 – Course Re-cap
-
Commands we have learned
-
1IntroductionVideo lesson
-
2Course overviewVideo lesson
-
3Introduction to DatabaseVideo lesson
-
4What is RDBMS ?Video lesson
-
5What is SQL ?Video lesson
-
6Top 5 RDBMS using SQLVideo lesson
Oracle
MS SQL Server
MySQL
PostgreSQL
MariaDB/IBM
-
7Introduction to Microsoft SQL ServerVideo lesson
-
8Different Editions of Microsoft SQLVideo lesson
-
9QuizQuiz
-
10Welcome to Download, Install and Configure WindowsVideo lesson
-
11MS SQL Server Pre-requisiteVideo lesson
-
12Lab SetupVideo lesson
-
13What is Virtualization?Video lesson
-
14Download and Install VMWare Workstation PlayerVideo lesson
-
15Optional - Download and Install Oracle VirtualboxVideo lesson
-
16Create a Virtual MachineVideo lesson
-
17Download and Install Windows ServerVideo lesson
-
18Virtual Machine ManagementVideo lesson
-
19Welcome to Download, Install and Configure Microsoft SQLVideo lesson
-
20Prerequisites for MSSQL InstallationVideo lesson
-
21Download MSSQL and SQL Server Management StudioVideo lesson
-
22Install and Configure MSSQLVideo lesson
-
23Install SQL Server Management StudioVideo lesson
-
24Download and Install AdventureWorks DatabaseVideo lesson
-
25Welcome to Database Fundamentals and DesignVideo lesson
-
26What is Data?Video lesson
-
27What is Database?Video lesson
-
28How Data is Stored ?Video lesson
-
29What is a Table, COLUMN and ROW ?Video lesson
-
30What is a Key ?Video lesson
-
31What is Primary Key , Foreign Key, Unique Key etc ?Video lesson
-
32What is Relational Database and Relational Database Management System (RDBMS) ?Video lesson
-
33What is a Transaction and ACID properties ?Video lesson
-
34Database Normalization AND Different forms of Database NormalizationVideo lesson
-
35Create your first Database, Table and Populate table with data…Video lesson
-
42Welcome to Query and Manipulation of Data using SQL CommandsVideo lesson
-
43Create TABLE(s) and Temp Table(s)Video lesson
-
44What Is a View?Video lesson
-
45SELECT Statement in detailVideo lesson
-
46Operators, Expressions and ConditionsVideo lesson
-
47WHERE Clause, ORDER BY Clause , HAVING By Clause, GROUP BY ClauseVideo lesson
-
48Select from two tables - JOINSVideo lesson
-
49Different Types of JOINSVideo lesson
-
50What is a Sub Query?Video lesson
-
51INSERT Statement in detailVideo lesson
-
52UPDATE Statement in detailVideo lesson
-
53DELETE Statement in detailVideo lesson
-
54Difference between DELETE and Truncate StatementVideo lesson
-
55What is a Store ProcedureVideo lesson
-
56What is a FunctionVideo lesson
-
57What is a TriggerVideo lesson
-
58What is an INDEXVideo lesson
-
59Clustered ,NonClustered Indexes and Index Design considerationsVideo lesson
-
60Index Fragmentation and Lab for IndexVideo lesson
-
61Welcome to Microsoft SQL Database Administration and System DatabasesVideo lesson
-
62Overview of MSSQL Management ToolsVideo lesson
-
63Exploring SQL Server Management Studio (SSMS) (part -1)Video lesson
-
64Exploring SQL Server Management Studio (SSMS) (part -2)Video lesson
-
65Exploring SQL Server Configuration ManagerVideo lesson
-
66MSSQL System Databases, DO's and DONT's of System databasesVideo lesson
-
67What is master Database?Video lesson
-
68What is tempdb Database ?Video lesson
-
69What is msdb Database ?Video lesson
-
70Other system Databases (model,distribution)Video lesson
-
76welcome to MSSQL Backup and RestoreVideo lesson
-
77Backup of a Database, Importance for DBA and Different Media’s used for BackupsVideo lesson
-
78Recovery Models in MSSQL and how that impact backups an restoreVideo lesson
-
79Full BackupsVideo lesson
-
80Differential BackupsVideo lesson
-
81Transaction Log Backups, Log Backup Chain and Tail-log BackupVideo lesson
-
82Lab for Full, Differential and Transaction Log BackupsVideo lesson
-
83Restore and Recovery OverviewVideo lesson
-
84Full, Differential and Transaction Log database restoreVideo lesson
-
85Point in time restore of a databaseVideo lesson
-
86Complete Backup , Restore and Restore in Time LabVideo lesson
-
87MS SQL Server DBCC CHECKDB commandVideo lesson
-
88Page Level Restore / Recovery using Full BackupsVideo lesson
-
89Creating Maintenance Plan Backups / Re indexing etc.Video lesson

External Links May Contain Affiliate Links read more