News

6] Convert to table The final thing you will want to do here is to convert the JSON data to a table. Do this by clicking on Into Table, then hit Close & Load.
Here's how you can use SQL Server's OpenJson function to dismantle JSON structures into relational tables targeting either transactional systems or data warehouses.
With SQL Server 2016, it now makes sense to store JSON objects in your database (even though there’s no JSON datatype). Here’s how to query JSON properties to find the rows you want.