JSON fundamentals for SQL pros
Proposed session for SQLBits 2026TL; DR
With the recent introduction of new JSON functions and JSON indexes in SQL Server 2025 and Azure SQL Database, this is a good time to learn what JSON is, and how to work with it in.
While JSON support is a great addition to T-SQL, some of these new features will require a little planning and tweaking to get just right.
We’ll cover the basics of the JSON format, common JSON functions in SQL Server, and how to make practical use of them when importing and exporting JSON data.
Session Details
With the recent introduction of new JSON functions and JSON indexes in SQL Server 2025 and Azure SQL Database, this is a good time to learn what JSON is, and how to work with it in.
While JSON support is a great addition to T-SQL, some of these new features will require a little planning and tweaking to get just right.
We’ll cover the basics of the JSON format, common JSON functions in SQL Server, and how to make practical use of them when importing and exporting JSON data.
While JSON support is a great addition to T-SQL, some of these new features will require a little planning and tweaking to get just right.
We’ll cover the basics of the JSON format, common JSON functions in SQL Server, and how to make practical use of them when importing and exporting JSON data.
3 things you'll get out of this session
* Understanding the JSON format
* Understanding T-SQL functions for working with JSON
* Understanding how SQL Server indexes JSON data and how to write queries that benefit from these indexes
Speakers
Daniel Hutmacher's other proposed sessions for 2026
20 years of productivity tips - a love letter to SSMS - 2026
Good dates, bad dates: Mastering your T-SQL date and time datatypes - 2026
SQL Injection – The Old Dog of Data Security - 2026
SQL Noire – A Database Murder Mystery - 2026
T-SQL paging done right - 2026
Daniel Hutmacher's previous sessions
ACID in SQL Server: what it is, how it works, and how to live more adventurously.
A primer on ACID compliance in SQL Server, though mostly on Isolation and Durability, since those are the ones you have some control over. Presented at Data Saturday Gothenburg and Oslo 2023.
From substitutions to public keys - an introduction to cryptography
High-level introduction to cryptography.