SQL Server & T-SQL (DEV) Video Training

This impeccable Microsoft SQL Server Training Course is exclusively designed for aspiring Data Analysts, Business Analysts, Data Scientists, MSBI, Power BI, Data Engineers and SQL Database Developers. This Database Course is applicable for both starters as well as for experienced professionals. Includes required for Data Analysts and Business Analysts.

This course includes SQL Basics, T-SQL Queries, Query Writing, Remote Queries and Normal Forms needs for everyone. This course includes Basic to Advanced Stored Procedures, User Defined Functions (UDFs), Detailed Database Design, Complex Joins, Common Table Expressions (CTEs), Triggers and Transactions for SQL Developers. Also includes Query Tuning Operations with Tuning Tools, Execution Plans, Partitions, Indexes, Statistics, Locks & Isolation Levels, Azure SQL Database Development, Deployments, Cloud Migrations, Azure SQL DB Tuning, Working with XML, BLOB and JSON.

With Concept wise mock tests and Realtime Case Studies we ASSURE you 100% Hands-On Training with detailed explaination of one Realtime Project in a Banking Domain that contains 2000+ Lines of Code involving various phases of Design, Coding, Testing and Deployment which will be surely helpful for your Job Work and Interviews.

Practice Material, Certification, Resume & Interview Guidance are included in this SQL Server T-SQL Course.

SQL Server & T-SQL Training with Azure SQL

  PLAN A PLAN B PLAN C
Applicable For SQL Dev SQL Dev
Query Tuning
SQL Dev
Query Tuning
Azure SQL Dev
No of Videos Videos 1 to 20 Videos 1 to 25 Videos 1 to 30
Completely Real-time, Practical
Mock Interviews, Case Studies
SQL Basics and Query Writing
SQL DB Design, Table Design
Normal Forms, Joins, Queries
Indexes, Stored Procedures
Excel Integration, Pivot Charts
Advanced Stored Procedures
CTE, PIVOT, XML and BLOB Data
Real-time Project [Banking]
Query Audits, Query Store
Indexes & QUery Tuning
Performance Tools, Locks
Execution Plans, Query Analysis
Azure SQL Database (Cloud)
Azure SQL Database Deployments
Azure SQL Database Migrations
Azure SQL Database Tuning
Total Course Fee* INR 7000
USD 100
INR 12000
USD 150
INR 18000
USD 250

Trainer: Mr Sai Phanindra (18+ Yrs Exp)

Register Now for On-demand Video Training

 

SQL Server T-SQL Training Highlights

✔ Queries, Joins ✔ Dynamic SQL
✔ Query Tuning ✔ CTEs, TVPs
✔ Excel Imports ✔ In-Memory Tables
✔ Excel Pivots ✔ Azure SQL Concepts
✔ Complex joins ✔ Azure DB Migrations
✔ Complex SPs ✔ Azure DB Tuning
✔ Tuning Tools ✔ Azure DB Deployments
 

SQL Server T-SQL (DEVELOPER) Video Training Contents:

Ch 1: DATABASE INTRODUCTION

  • Data, Databases and RDBMS Software
  • Database Types : OLTP, DWH, OLAP
  • Microsoft SQL Server Advantages, Use
  • Versions and Editions of SQL Server
  • SQL : Purpose, Real-time Usage Options
  • SQL Versus Microsoft T-SQL [MSSQL]
  • Microsoft SQL Server - Career Options
  • SQL Server Components and Usage
  • Database Engine Component and OLTP
  • BI Components, Data Science Components
  • ETL, MSBI and Power BI Components
  • Course Plan, Concepts, Resume, Project
  • 24 x 7 Online Lab for Remote DB Access
  • Software Installation Pre-Requisites

Ch 7: JOINS & LINKED SERVERS

  • JOINS - Table Comparisons Queries
  • INNER JOINS For Matching Data
  • OUTER JOINS For (non) Match Data
  • Left Outer Joins with Example Queries
  • Right Outer Joins with Example Queries
  • FULL Outer Joins - Realtime Scenarios
  • Join Queries with "ON" Conditions 
  • CROSS JOIN and CROSS APPLY
  • One-way, Two way Data Comparisons
  • Linked Servers Configurations
  • Linked Servers: RPC Settings & Tests
  • Linked Servers, Remote Joins in TSQL
  • Multi Server Connections, DB Access
  • 2 Part, 3 Part, 4 Part Name Conventions

Ch 13: DB Architecture,Memory Concept

  • Database Architecture : Data & Log Files
  • Primary Data File (mdf) and Metadata
  • Secondary Data Files (ndf) & Table Data
  • Filegroups : Realtime Use, Data Mapping
  • Using Filegroups for Table Creations
  • File Size, Max Size and Auto Growth
  • Log Files (ldf) : Realtime Usage, Sizing
  • Cursors - Benefits, Cursors in SProcs
  • Using Cursors in Real-world Scenarios
  • Cursors : Variable and Life Cycle
  • Declaration, Open / Close Cursors
  • CTE: Common Table Expressions
  • Real-time Scenarios with CTEs - Usage
  • Using CTEs for Data Retrieval, SELECT

Ch 2: SQL SERVER INSTALLATIONS

  • System Configuration Checker Tool
  • Versions and Editions of SQL Server
  • SQL Server and SSMS Installation Plan
  • SQL Server Pre-requisites : S/W, H/W
  • SQL Server 2022 / 2019 Installation
  • SQL Server 2017 Installation
  • Instance Name and Server Features 
  • Instances : Types and Properties
  • Default Instance, Named Instances
  • Port Numbers, Instance Differences
  • Service and Service Account Use
  • Authentication Modes and Logins
  • Windows Logins and SQL Logins
  • FileStream and Collation Properties

Ch 8: VIEW, SPs, FUNCTIONS BASICS

  • Database Objects: Overview & Usage
  • Views: Types, Usage in Real-time
  • System Predefined Views and Audits
  • Listing Databases, Tables, Schemas
  • Functions: Types, Usage in Real-time
  • System Predefined Functions, Audits
  • DBId, DBName, ObjectID, ObjectName
  • Using Parameters in SQL Server
  • Dynamic Joins for Database Audits
  • Procedures: Types, Usage in Real-time
  • User & System Predefined Procedures
  • Parameters and Dynamic SQL Queries
  • Sp_help, Sp_helpdb and sp_helptext
  • sp_pkeys, sp_rename and sp_help

Ch 14: STORED PROCEDURES - Level 2

  • Variables: Declaration, Realtime Usage
  • Variables: Value Assignment, Reporting
  • Identity Property - Missing ID Values
  • Data Validations, DMLs in Stored Procs
  • Dynamic Data Insertions with SPs
  • TRY..CATCH and THROW Operations
  • Error Handling, Rollback in SQL Server
  • Data Distribution with Views, SPs
  • Updatable Views, Joins with Triggers
  • Views on Tables - SCHEMABINDING
  • Stored Procedures @ Triggers, Views
  • Cascaded Views, Encrypted Views
  • Using Views with SPs and Triggers
  • Using Try & Catch in Stored Procedures

Ch 3: SSMS Tool, SQL BASICS - 1

  • SQL Server Management Studio
  • Local and Remote Connections
  • System Databases: Master and Model
  • MSDB, TempDB, Resource Databases
  • Creating Databases : Files [MDF, LDF]
  • Creating Tables in User Interface
  • Data Insertion & Storage. Limitations 
  • SQL : Purpose and Real-time Usage
  • SQL Versus T-SQL : Basic Differences
  • DDL, DML, SELECT, DCL and TCL
  • Creating Tables using SQL Scripts
  • Data Storage, Inserts - Basic Level
  • Table Data Verifications with Select
  • SELECT Statement for Table Retrieval

Ch 9: Triggers & Transactions

  • Triggers - Purpose, Real-world Usage
  • FOR/AFTER Triggers - Real time Use
  • INSTEAD OF Triggers - Real time Use
  • INSERTED, DELETED Memory Tables
  • Using Triggers for Data Replication
  • Enable Triggers and Disable Triggers
  • Database Level, Server Level Triggers
  • Transactions : Types, ACID Properties
  • Transaction Types and AutoCommit
  • EXPLICIT & IMPLICIT Transactions
  • COMMIT and ROLLBACK Statements
  • Open Transaction Scenarios & Cause
  • Query Blocking Scenarios @ Real-time
  • NOLOCK and READPAST Lock Hints

Ch 15: STORED PROCEDURES - Level 3

  • Using Cursors with Stored Procedures
  • Stored Procedures Nesting Options
  • Cursor Types: Forward Only, Scroll
  • Cursor Types: Static and Dynamic
  • Keyset Driven Cursors, @@FetchStatus
  • Data Formatting and WHILE Loops
  • Using Temporary Tables for Formatting
  • Using CTEs with Stored Procedures
  • CTEs for Avoiding Self Joins, Tuning
  • CTEs for Avoiding Sub Queries, Tuning
  • Recursive CTEs and ANCHOR Element
  • Termination Checks in Recursive CTEs
  • Storing CTE Scripts inside Stored Procs
  • Realtime Considerations with CTEs

Ch 4: SQL BASICS - 2

  • Creating Databases & Tables in SSMS
  • Single Row Inserts, Multi Row Inserts
  • Rules for Data Insertion Statements
  • SELECT Statement @ Data Retrieval
  • SELECT with WHERE Conditions
  • Batch Concept and Go Statement
  • AND and OR Operators Usage
  • IN Operator and NOT IN Operator
  • Between, Not Between Operators
  • LIKE and NOT LIKE Operators
  • UPDATE Statement & Conditions
  • DELETE & TRUNCATE Statements
  • Logged and Non-Logged Operations
  • ADD, ALTER and DROP Columns

Ch 10: DB Architecture & Group By

  • Database Architecture: Data Files
  • Database Architecture: Log Files
  • Primary and Secondary Data Files
  • Log Files Creation and Realtime Use
  • Creating and Using Filegroups
  • Linking Tables with Filegroups
  • Scripting Database and Objects
  • GROUP BY: Importance, Realtime Use
  • GROUP BY Queries and Aggregations
  • Group By Queries with Having Clause
  • Group By Queries with Where Clause
  • Using WHERE and HAVING in T-SQL
  • Using Group By in Data Audits
  • Using Group By with Joins, Audits

Ch 16: FUNCTIONS - Level 2

  • Functions: Types, Real-world Usage
  • Scalar Value Returning Functions
  • Inline Table Value Functions
  • Multi-Line Table Value Functions
  • WHILE Loops and Iterations in T-SQL
  • Table Variables Usage in T-SQL
  • Generating Calendar Data with Loops
  • ROW_NUMBER and Window Functions
  • RANK( ) and  DENSE_RANK() Functions
  • Data Grading and Sequence Values
  • Identifying Duplicated Rows
  • Deleting Duplicated Rows in Tables
  • Using CTEs with User Defined Functions
  • Using Functions with Stored Procedures

Ch 5: SQL Basics - 3, T-SQL INTRO

  • Database Objects : Tables and Schemas
  • Schemas : Group Tables in Database
  • Schemas : Security Management Object
  • Creating Schemas & Batch Concept
  • Using Schemas for Table Creation
  • Data Storage in Tables with Schemas
  • Data Retreival and Usage with Schemas
  • Table Migrations across Schemas
  • Import and Export Wizard in SSMS
  • Data Imports with Excel File Data
  • Performing Bulk Operations in SSMS
  • Temporary Tables : Real-time Use
  • Local and Global Temporary Tables
  • # and ## Prefix, Scope of Usage

Ch 11: TSQL Queries: Group By, Joins

  • Joins with Group By Queries in TSQL
  • Joining 3 Tables with Group By
  • Joining  4 Tables with Group By
  • Multi Table Joins with Table Aliases
  • Table & Column Aliases with Joins
  • Joins with HAVING Conditions
  • Joins with WHERE & Aggregations
  • Joins with Sub Queries, Formatting
  • Joins with IIF() Function, Conditions
  • Joins with CASE Statement Conditions
  • UNION and UNION ALL Operator
  • Storing Queries in Database Views
  • Office Data Connections, Excel Reports
  • Manual Data Refresh & Reports

Ch 17 - 20: REAL-TIME PROJECT (BANKING)
Includes 2500 Lines of Code (SOLVED).
Phase 1: DATABASE DESIGN
  • Understanding Project Requirements
  • End to End Project Work Flow
  • Naming Conventions in Real-time
  • Primary (mdf) and Secondary (ndf) Files
  • Implmenting FileGroups For Performance
  • Table Schemas : Creation and Use
  • Implementing Normal Forms (OLTP)
  • Computed Columns and Data Types
  • SQL_Variant, Bit, sysname Data Types
  • Test Data Insertions, Options
Phase 2: QUERY DESIGN
  • Join Types and Join Options For Reports
  • Views @ JOIN Options For Performance
  • Implementing Functions for Calculations
  • Using PIVOTing Operations in Queries
  • Dynamic Conditions in Queries
  • Parameterized Queries in T-SQL
  • Dynamic Joins and Conditions
  • Using User Defined Functions (UDF)
  • Using Stored Procedures for T-SQL
  • Merge Option for Faster Queries
Phase 3: PROGRAMMING
  • Event Handling , Error Handling
  • Stored Procedures with Transactions
  • Error Handling, Event Handling Options
  • Transaction Nesting, Save Points
  • Stored Procedures with Tables, Views, Functions

Project Solution Explanation

  • Resume Points from the Project
  • Interview FAQs from Project
  • Interview FAQs For Each Concept

Ch 6 : CONSTRAINTS, INDEXES

  • Constraints and Keys - Data Integrity
  • NULL, NOT NULL Property on Tables
  • UNIQUE KEY Constraints: Importance
  • PRIMARY KEY Constraint: Importance
  • FOREIGN KEY Constraint: Importance
  • REFERENCES, CHECK and DEFAULT
  • Candidate Keys and Identity Property 
  • Database Diagrams and ER Models
  • Relationships Verification and Links
  • Indexes : Basic Types and Creation
  • Index Sorting and Search Advantages
  • Clustered and NonClustered Indexes
  • Primary Key and Unique Key Indexes
  • Need for Indexes - working with Keys

Ch 12 : ER MODELS, NORMAL FORMS

  • First Normal Form and Atomicity
  • Second Normal Form, Candidate Keys
  • 3rd Normal Form Multi Value Dependency
  • Boycee-Codd Normal Form : BNCF
  • Fourth Normal Form Realtime Advantages
  • Self Reference Keys and 4 NF Usage
  • 1:1, 1:M, M:1, M:M Relationship Types
  • MERGE Statement - Comparing Tables
  • WHEN MATCHED and NOT MATCHED
  • Incremental Load with MERGE Statement
  • UPSERT Operations with MERGE
  • Stored Procedures for Merge Statement
  • DML Operations with ON Keyword
  • Tuning / Optmizing Merge Statement
Case Study 1 -
For Database, Table Design (Constraints, Keys)
Case Study 2 -
For Query Writing + Window Functions
(Rank, RowNumber)

Ch 21: TUNING 1 - DB ARCH & AUDITS

  • Database Architecture and File System
  • Pages : Data Pages, Index Pages
  • Extents: Uniform Extents, Mixed Extents
  • Filegroups : PRIMARY and Secondary
  • File Types : Data Files and Log Files
  • Log Sequence Number, Storage Engine
  • Mini LSN and Virtual Log Files (VLF)
  • Audit Long Running Queries : DMV, DMF
  • Activity Monitor Tool, Server Dashboards
  • CPU & Memory Consumption Reports
  • Logical I/O, Physical I/O, Database I/O
  • Recent Expensive Queries, Wait Time
  • Active Expensive Queries, Plan Handle
  • Perfmon Tool: Usage; CPU, IO Metrics

Ch 23: TUNING 3 - INDEX MANAGEMENT

  • PARTITIONS : Advantages, Performance
  • Table Partitions : Creation & Advantages
  • Partition Functions & Partition Schemes
  • Partitioning Un-partitioned Tables: GUI
  • Verifying / Auditting Partitioned Tables
  • Table Compressions: ROW and PAGE
  • Partition Compressions and Effects
  • Index Fragmentation : Realworld Issues
  • Internal and External Fragmentation
  • Index Rebuilding Process and Audits
  • Database Maintenance Plans : Jobs
  • Last Used, Page Count, Fragmentation
  • Index Page Count, Degree Of Parallelism
  • Index Maintenance Schedules,Sequence

Ch 25: TUNING 5 - LOCK MANAGEMENT

  • LOCKS : Types and Isolation Levels
  • S, X, IX,U, MD, Sch-M and Sch-S
  • Intent Locks & Performance Options
  • Lock Audits : SP_WHO2 & SP_LOCK
  • sysprocesses and Lock Waits : Audits
  • Open Transactions, Query Blocking
  • Lock Hints and Isolation Levels
  • Read Committed, Read Uncommitted
  • Serializable and Repeatable Read
  • Snapshot Isolation, Page Versioning
  • Read Committed Snapshot Row Version
  • Choosing Correct Isolation Level
  • Profiler Tool and Lock Templates
  • Profiler Filters, Column Selections

Ch 22: TUNING 2 - INDEXES, STATS

  • Indexes: Architecture and Index Types
  • B Tree Structure, IAM Page [Root]
  • Clustered Indexes: SORT IN TEMPDB
  • Fill Factor and Pad Index Options
  • Non Clustered Indexes: Regular Index
  • Included, Columnstore and Online
  • Index Selectivity and Query Optimizer
  • Filtered Indexes and Covering Indexes
  • Indexed Views  [Meterialized Views]
  • Statistics: DB Objects & Realtime Use
  • Statistics: Auto Creation at Colum Level
  • Indexes and Statistics with Tables
  • Statistics with Column Conditions
  • Manual Update of Statistics, Performance

Ch 24: TUNING 4 - EXECUTION PLANS

  • Tuning Tools: Workload Files, .trc Files
  • Profiler Tuning Template, SP Events
  • DTA, Profiler Trace : Recommendations
  • PDS: Physical Design Structures
  • Index, Stats, Partition Recommendations
  • DTA with Query Execution Cache
  • Perfmon Tool : Usage, Permon Counters
  • Real-time Tracking: CPU, Memory, IO
  • Execution Plan Analysis and Internals
  • Query Costs: IO Cost and CPU Cost
  • Query Costs: SubTree & Operator Cost
  • NUMA Nodes, Processor, IO Affinity
  • Thread Count, Degree of Parallelism
  • Stored Procedure Recompilation & Use

REAL-TIME CASE STUDY

  • QUERY TUNING
  • FTS [FULL TEXT INDEXES]

Ch 26: CLOUD, AZURE CONFIG

  • Introduction to Cloud & Advantages
  • Cloud Architecture: IaaS, PasS & SaaS
  • Microsoft Cloud Advantages, Azure
  • Azure Products and SQL Services
  • Paas Implementations For SQL Server
  • IaaS Implementations For SQL Server
  • Comparing PaaS, IaaS Implmentations
  • Benefits of SQL Server in Azure Cloud
  • Azure Account and Free Subscription
  • Subscription: Need, Subscription Types
  • Resources: Creation and Usage
  • Resource Groups: Creation and Usage
  • Azure SQL: Realtime Implementations
  • Logical Server, Virtual Machine Options

Ch 28: ELASTIC DTUs, DB MIGRATION

  • Azure Storage: Creation & Containers
  • LRS, GRS, RA-GRS Storage Accounts
  • Storage Containers, Explorer Tool
  • Data and Database Migration in Azure
  • Data Migration Assistant (DMA) Tool
  • DB Migrations To Azure SQL Databases
  • Database Exports and Imports in Azure
  • Migration Scopes: Schema and Data
  • Schema Generation, Data Migration
  • Data Migration Verification, Row Count
  • DTU: Data Transaction Unit
  • Bounding Box Model, Elastic Pool
  • eDTUs, Elastic Pool. Per DB Settings
  • Performance Recommendations

Functions, Procedures in Azure

  • Azure SQL [PaaS] Implementation
  • Azure SQL DB Project Environment
  • Azure SQL Database Design
  • Azure SQL Queries & Reports
  • Azure T-SQL Programming
  • Cursors and CTEs in Azure SQL
  • SQL Server Versus Azure SQL DB
  • Azure SQL Database Deployments
  • Database Architecture Differences
  • T-SQL Data Types Differences
  • Database Objects Differences
  • Partitions and FTS Differences
  • Indexes & Tuning Differences
  • Maintenance Plans, SQL Agent

Ch 27: AZURE SQL SERVER CONFIG

  • Installing SSMS and Azure Data Studio
  • Azure Account and Free Subscriptions
  • Azure SQL Server (Logical Server)
  • Azure SQL Server Firewall Settings
  • Firewall Rules - IP for Remote Access
  • Server Properties and Status Format
  • Password Resets in Azure SQL Server
  • Azure SQL Databases & Pricing Tiers
  • Azure SQL Database Access from SSMS
  • Elastic Scaling with Azure Databases
  • General Purpose and Business Critical
  • Basic, Standard and Premium Plans
  • vCore Based Purchasing : Gen 4, Gen 5
  • Resource Groups For Azure SQL Server

Ch 29: AZURE SQL DATABASE TUNING

  • Azure SQL Server Level Tuning Options
  • Azure SQL Database Tuning Options
  • Automated Tuning and Peak-Loads
  • Force Plan, Create Index and Drop Index
  • Query Insight and Recommendations
  • IO Metrics, CPU  and Query Statistics
  • Data File IO, Log File IO, Custom Reports
  • Query Audits with Query IDs, Dashboards
  • DTU Usage Reports and Elastic Queries
  • Query Recommendations, Query Costs
  • Azure Search Service and Pricing Tiers
  • Suggester and Analyzer Modes for Tuning
  • Retrievable, Facetable, Facetable Indexes
  • Change Tracking & Watermark Columns

Azure SQL Developer Banking Project


    Extention to the Project Implemented
    in Chapters : 18 to 20.
    Includes Cloud Migrations,
    Azure SQL DBA Tuning [PaaS]
    Using CAST and CONVERT with SPs
 
24x7 LIVE Online Server (Lab) with Real-time Databases. Course includes ONE Real-time Project. Register Today
 

SQL Server T-SQL Video Training - Highlights :

  • Completely Practical and Real-time
  • Suitable for Starters + Working Professionals
  • Session wise Handouts and Tasks + Solutions
  • TWO Real-time Case Studies, One Project
  • Certification Guidance to MCSA Exams
  • Interview Preparation & MOCK Interviews
 
 
  • End-End Database Design & Implementation
  • Detailed SQL Server Architecture, DB Design
  • Query Tuning, Stored Procedures, Linked Servers
  • In-Memory, New Features of SQL Server 2017
  • Azure SQL Database Programming, Sharding
  • In-Memory Tables and Azure Performance Insights
 

SQL Server T-SQL, Azure SQL, Azure DBA, Azure BI, Azure Data Engineer, Power BI Training

 
 
 
For latest schedules Click Here
24x7 LIVE Online Server (Lab) with Real-time Databases. Course includes ONE Real-time Project. Register Today