So, what about JSON in my database?
2022TL; DR
A primer on how to handle JSON data using SQL Server's built-in functions, plus a comparison with CosmosDB and MongoDB.
Session Details
The JSON data format, also called hipster's XML, is all around, not only in Javascript environments. In this session we'll first see where it comes from, what it looks like and what it can be used for.
Next we'll explore how SQL Server handles JSON. Despite not providing a dedicated data type for it, there are some sophisticated functions for storing and retrieving JSON data, thus bridging NoSQL and relational concepts.
After that we're joined by the NoSQL/document store solutions. Microsoft's own Azure Cosmos DB, as well as the "original" called MongoDB enter the comparison with SQL Server in terms of features and limitations, pros and cons. Eventually we'll know when to prefer which solution.
3 things you'll get out of this session
Speakers
Thomas Hütter's other proposed sessions for 2026
Window functions in SQL Server - brush up your skills - 2026
Thomas Hütter's previous sessions
A journey through the Tidyverse
An introduction to the philosophy of tidy data and the collection of R packages called Tidyverse that help to treat your data appropriately. Including lots of demos from ingesting to cleaning to visualizing your data.
An R primer for SQL folks
A walk-through on what is possible analyzing your data with the "R" language.
50 ways to show your data
„A picture is worth a thousand words“ - compelling visualizations beyond the usual bar, line or scatter plots, produced with the help of the ggplot2 package and friends.