Mô tả

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 course will provide you all the necessary skills you need to be a successful database administrator.  Plus, this course will prepare 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)

  • Log Shipping and Configuring Log Shipping

  • SQL Server Encryption and Encryption Types

  • Transparent Data Encryption (TDE) and configuration



Section 13 - Course Re-cap

  • Commands we have learned

Bạn sẽ học được gì

By the end of this course you will be a professional SQL database administrator and be able to apply for SQL jobs

Administration of SQL database through Microsoft Windows

You will learn 150+ SQL queries

You will be able to troubleshoot everyday SQL related issues

You will manage SQL servers in a corporate environment

You will write basic to advance SQL queries

Troubleshoot everyday SQL database related issues

Know how to answer specific business questions by using SQL’s aggregate functions

Students will be able to run reports for management so they can make financial decisions

Yêu cầu

  • Positive attitude and desire to learn
  • Passion to become SQL database administrator
  • A PC or MAC with at least 4-8G of RAM

Nội dung khoá học

13 sections

Introduction

9 lectures
Introduction
02:25
Course overview
04:04
Introduction to Database
02:57
What is RDBMS ?
02:47
What is SQL ?
03:14
Top 5 RDBMS using SQL
03:52
Introduction to Microsoft SQL Server
05:17
Different Editions of Microsoft SQL
02:50
Introduction
12 questions

Download, Install and Configure Windows

12 lectures
Welcome to Download, Install and Configure Windows
00:07
MS SQL Server Pre-requisite
02:42
Lab Setup
02:13
What is Virtualization?
04:42
Download and Install VMWare Workstation Player
07:02
Optional - Download and Install Oracle Virtualbox
04:41
Create a Virtual Machine
05:24
Download and Install Windows Server (2016)
15:57
Fix EFI Network Time out error for VM Player
04:30
Download and Install Windows Server (2019)
07:10
Virtual Machine Management
04:47
Download, Install and Configure Windows
8 questions

Download, Install and Configure MS SQL Server

13 lectures
Welcome to Download, Install and Configure Microsoft SQL
01:43
Which Version Of SQL Server to Install ?
05:36
Prerequisites for MSSQL 2016 Installation
03:34
Prerequisites for MSSQL 2022 Installation
02:59
Download and Install Chrome Browser
05:31
Download MSSQL and SQL Server Management Studio
07:42
Install and Configure MSSQL 2016
21:29
Install and Configure MSSQL 2019
38:36
Download and Install MSSQL 2022
31:07
Install 2016 SQL Server Management Studio
05:23
Install 2018 SQL Server Management Studio
11:25
Install 2019 SQL Server Management Studio
05:39
Download and Install AdventureWorks Database
05:44

Database Fundamentals and Design

12 lectures
Welcome to Database Fundamentals and Design
01:17
What is Data?
02:26
What is Database?
04:34
How Data is Stored ?
02:32
What is a Table, COLUMN and ROW ?
06:43
What is a Key ?
03:19
What is Primary Key , Foreign Key, Unique Key etc ?
11:38
What is Relational Database and Relational Database Management System (RDBMS) ?
07:50
What is a Transaction and ACID properties ?
13:28
Database Normalization AND Different forms of Database Normalization
11:53
Create your first Database, Table and Populate table with data
27:39
Database Fundamentals and Design
10 questions

Introduction to SQL Commands

7 lectures
Welcome to Basic SQL Commands
00:34
What is a SQL Statement and types of SQL statements
05:41
DML Statement with examples
04:48
DDL Statements with examples
10:09
DCL Statement with examples
02:52
TCL Statement with examples
08:56
Introduction to SQL Commands
20 questions

Query and Manipulation of Data using SQL

20 lectures
Welcome to Query and Manipulation of Data using SQL Commands
01:44
Create TABLE(s) and Temp Table(s)
28:53
What Is a View?
15:04
SELECT Statement in detail
19:00
Operators, Expressions and Conditions
08:22
WHERE Clause, ORDER BY Clause , HAVING By Clause, GROUP BY Clause
47:25
Select from two tables - JOINS
26:03
Different Types of JOINS
23:45
What is a Sub Query?
18:06
INSERT Statement in detail
27:31
UPDATE Statement in detail
26:55
DELETE Statement in detail
27:14
Difference between DELETE and Truncate Statement
18:01
What is a Stored Procedure
29:27
What is a Function
28:02
What is a Trigger
17:29
What is an INDEX
12:32
Clustered ,NonClustered Indexes and Index Design considerations
15:36
Index Fragmentation and Lab for Index
30:42
Query and Manipulation of Data using SQL
15 questions

Microsoft SQL Database Administration and System databases

11 lectures
Welcome to Microsoft SQL Database Administration and System Databases
01:36
Overview of MSSQL Management Tools
22:59
Exploring SQL Server Management Studio (SSMS) (part -1)
34:31
Exploring SQL Server Management Studio (SSMS) (part -2)
25:26
Exploring SQL Server Configuration Manager
16:10
MSSQL System Databases, DO's and DONT's of System databases
11:50
What is master Database?
36:29
What is tempdb Database ?
33:58
What is msdb Database ?
31:08
Other system Databases (model,distribution)
28:09
Microsoft SQL Database Administration and System databases
10 questions

Deep Dive into MSSQL Working

6 lectures
Welcome to Deep Dive into MSSQL working
01:29
What are Pages , Extents, Page Architecture and PFS ?
21:53
MSSQL Architecture
31:43
MSSQL Database Architecture
27:31
Operation and working of transaction log
13:37
Deep Dive into MSSQL Working
10 questions

MSSQL Backup and Restore

16 lectures
Welcome to MSSQL Backup and Restore
02:20
Backup of a Database, Importance for DBA and Different Media’s used for Backups
18:46
Recovery Models in MSSQL and how that impact backups and restore
23:25
Full Backups
24:34
Differential Backups
14:11
Transaction Log Backups, Log Backup Chain and Tail-log Backup
17:33
Lab for Full, Differential and Transaction Log Backups
28:46
Restore and Recovery Overview
11:40
Full, Differential and Transaction Log database restore
12:34
Point in time restore of a database
10:42
Complete Backup , Restore and Restore in Time Lab
53:28
MS SQL Server DBCC CHECKDB command
22:15
Page Level Restore / Recovery using Full Backups
17:48
Restore Master Database
24:24
Creating Maintenance Plan Backups / Re indexing etc.
28:12
MSSQL Backup and Restore
10 questions

MSSQL User Management

7 lectures
Welcome to MS SQL User Management
01:50
MSSQL Security Model
16:41
MSSQL Server Authentication Modes
20:10
Principals (Part-1) : Server Logins, Server Roles
39:23
Principals (Part-2) : Database Users, Database Roles
27:59
Permissions (GRANT , DENY , REVOKE)
20:52
MSSQL User Management
10 questions

MSSQL Server Agent Management

5 lectures
Welcome to Overview of MSSQL Server Agent
01:59
SQL Server Agent Introduction
07:58
SQL Server Agent Jobs and Schedules
34:07
Agent Alerts ,Operators , Database Mail and Activity Monitor
28:43
MSSQL Server Agent Management
12 questions

Advanced SQL Server Administration Topics

10 lectures
Introduction to Advanced Topics in MSSQL Server Administration
02:40
High Availability and its Types
20:20
What Is Replication and Transactional Replication Setup
28:59
Transactional Replication Setup (LAB)
34:59
Log Shipping and Configuring Log Shipping
34:15
SQL Server Query Tuning
14:34
Query Optimization Lab
18:59
SQL Server Encryption and Encryption Types
17:19
Transparent Data Encryption (TDE) , Configuration and Restore of TDE Databases
37:57
Advanced SQL Server Administration Topics
13 questions

Course Recap

4 lectures
SQL Queries We Have Learned
11:35
Congratulations
00:08
Don't Give Up!
01:12
Bonus Lecture
03:33

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.