Microsoft SQL Server Blog

Published
2 min read

JSON in SQL Server 2016: Part 4 of 4 

Exporting Data as JSON – FOR JSON In this final post of our four-part JSON series, we showcase the ability to format query results as

Published
3 min read

JSON in SQL Server 2016: Part 3 of 4 

Transform JSON Text to Relational Table – OPENJSON OPENJSON is a table-value function (TVF) that looks into JSON text, locates an array of JSON objects,

Published
4 min read

JSON in SQL Server 2016: Part 2 of 4 

Storing JSON Data in SQL Server Since external systems format information as JSON text, JSON is also stored in SQL Server as text. You can

Published
2 min read

JSON in SQL Server 2016: Part 1 of 4 

JSON is currently one of the most commonly used data exchange formats. Most modern services return information formatted as JSON text; web browsers use information