Hierarchy with multiple recursive queries is possible
11
Hierarchy with advanced formatting
12
Recursive Heirarchy Demo
13
Manipulating Data
14
Deleting From a CTE
15
Inserting to a CTE
16
Updating a CTE
17
INSERT, UPDATE, DELETE Notes
18
CTE Common Use Case 2
19
CTE Performance Considerations
20
Nested CTES
21
Recursive Performance
22
Deep Recursion
23
Classic Recursive Algorithms
Description:
Dive into advanced Common Table Expressions (CTEs) in this 53-minute conference talk from PASS Data Community Summit. Explore recursive queries and hierarchical data display using CTEs. Learn how to perform INSERT, UPDATE, and DELETE operations on CTEs. Discover common use cases including finding pattern holes, removing duplicates, and string parsing. Compare CTEs to SQL Server 2012 offset and fetch paging techniques. Gain in-depth understanding of CTE performance, identifying when to use them effectively. Examine classic recursive algorithms implemented with CTEs. Walk away with practical CTE samples to enhance your T-SQL query skills.