The course focuses on writing and tuning queries and programming with T-SQL in SQL Server 2012, 2014 and 2016. In this course you will learn the details and capabilities of T-SQL in the following areas: Logical Query Processing; Query Tuning (Internals and Index Tuning, including Columnstore Indexes, Query Store, New Cardinality Estimator, Temporary Tables, Sets vs. Cursors, Query Tuning with Query Revisions); Subqueries and Table Expressions (Derived Tables, CTEs, Views, Inline Table-Valued Functions), Recursive Queries, APPLY Operator, Joins and Set Operators; Aggregating, Pivoting and Windowing (including Ranking, Aggregate and Offset Window Functions); TOP and OFFSET-FETCH; Data Modification; Working with Date and Time (including temporal tables); Programmable Objects (Dynamic SQL, User Defined Functions, Stored Procedures, Triggers, Transactions and Concurrency, Exception Handling); In-Memory OLTP.
Along the course you will learn how to use T-SQL to solve practical problems such as: Relational Division, Missing and Existing Ranges (Gaps and Islands), Separating Elements, Pivoting and Unpivoting, Ranking and Offset, Running Totals, Moving Averages, YTD, Custom Aggregations, TOP and OFFSET-FETCH Problems, Paging, Top N Per Group, Median, Data De-Duplication, Handling Sequences, Merging Data, Treatment of Temporal Intervals (Intersection, Max Concurrent, Packing), Dynamic Filtering, Migrating On-Disk to Memory Optimized Data, and more.
You will learn how to tune your queries, how to develop efficient routines including user defined functions, stored procedures and triggers, work in multi-user environments with transactions and isolation levels, and use dynamic SQL securely and efficiently.
The course provides a dedicated module focusing on query tuning. The module covers internals and index tuning, including coverage of Columnstore data, index access methods, cardinality estimations, query store, temporary tables, set vs. cursors, and query tuning using query revisions. Moreover, query tuning is in the heart of this course and is incorporated in the different modules throughout the course.
With each querying/programming problem the discussions will revolve around logical aspects, set-based vs. procedural programming and optimization of the solutions.
The course workbook also contains a bonus self-study appendix on Graphs and Recursive queries. This appendix covers graphs, trees and hierarchies. It explains how to model and query such structures. It also covers the HIERARCHYID datatype.
Author
Audience
This course is intended for:
Module 01: Logical Query Processing
Module 02: Query Tuning
Module 03 – Multi-Table Queries
Module 04: Grouping, Pivoting and Windowing
Module 05: TOP and OFFSET-FETCH
Module 06: Data Modification
Module 07 – Working with Date and Time
Module 08: Programmable Objects
Module 09: In-Memory OLTP
Appendix A: Graphs and Recursive Queries (Bonus Self-Study Material)
Before attending this course, it is recommended that students have the following skills: