Query JSON objects inside SQL Server using JSON_VALUE function can have significant performance improvements. Find how in this step by step guide.
Starting SQL Server 2016 Microsoft deployed a set of functions that allow us to work with JSON data in a structured way inside SQL Server.
I will introduce a small usage sample for the JSON_VALUE function in combination with indexes to improve information retrieval from a table containing one JSON object. …
About