A comprehensive course to teach you how to complete SQL queries using Microsoft SQL Server and (70-764) certification
What you will learn
Administrating of Microsoft SQL Server database and learn day to day DBA activities
Description
SQL Server supports mission critical applications and big data solutions without having to buy expensive add-ons or high-end appliances. Learn Microsoft’s latest release SQL Server 2016. Use tools like SQL Management Studio and the Configuration Monitor to deploy and manage databases both on premises and in the cloud. Learn how to create new databases, build tables, define relationships, write queries, and use stored procedures and built-in functions. Show you how to manipulate XML and JSON data, and perform crucial database administration tasks, such as backups and restores, security enhancements, and performance monitoring. Plus, find out how to extend SQL Server by integrating it with cloud services like Microsoft Azure.
The following Topics will be covered
Basics:
·        Installing SQL Management Studio
·        Using SQL Server Configuration Monitor
·        Creating a database
·        Creating tables with SMS and T-SQL
·        Creating relationships between tables
·        Creating views
·        Writing queries to return XML
·        Working with XML and JSON
·        Backing up and restoring SQL Server
·        Monitoring and management
·        Security  ·        Performance
Advance SQL 2016 [ SQL Database Infrastructure (70-764) certification exam]
- How to Configuring encryption
Encryption overview
Implement cell-level encryption
Configure transparent data encryption
implement always Encryption
implement backup encryption
Configure encryption for connections
- Manage database integrity
Identify Database Corruption
Implement Database Consistency
Recover from database corruption
- Monitor Database Activity
Monitor current sessions
identify causes of blocking activity
Find sessions that use tempdb
Configure the data collector
- Monitor Queries
Manage the query Store
Configure trace events
Identify problematic execution
Server health and extended events
- Manage Indexes
Identify And Repair Index Fragmentation
Identify And Create Missing Indexes
Identify And Drop Underutilized Indexes
Manage existing columnstore indexes
- Manage Statistics
Statistics objects
identify and Correct outdated statistics
Implement Auto Update Statistics
Implement statistics for large Tables
·  Integrating SQL Server with cloud services like Azure
How to setup DR and high availability(ALWAYS-ON) step by step demo
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>SQL-Server Interview Questions >>>>>>>>>>>>>>>>
Content
Introduction
Overview of SQL Server
How to Install SQL Server 2016
SQL Server tools
Creating and Configuring SQL databases
Creating table in the databases
Creating Views in Databases
Understanding Programmability in SQL Server
Working with XML
Working with JSON
SQL Server Backup and Restore
Monitoring and management in SQL server
Security in SQL Server
Performance of SQL Databases
Microsoft Cloud
Configuring encryption MSSQL 2016
Manage Database Integrity
Monitor Database Activity
Monitor Queries
Manage Indexes
Manage Statistics
TEST LAB SQL Server Always-ON Feature Step by Step