Press "Enter" to skip to content

Modifying Data in JSON and XML with SQL Server

Steve Stedman continues a series on working with JSON and XML data:

As part of the XML and JSON month of blog posts, this post is going to cover how to make changes to XML and JSON in TSQL.We will be using the same sample data from the original post with a data structure holding employee data.

Click through for the examples.