News

SQL Server's OpenJson function will let you dismantle JSON structures into relational tables, including tables with foreign/primary key relationships. As I noted in an earlier column, JSON is great ...
Several SQL-to-XML conversion and translation tools are available. The Enterprise and Professional versions of the XMLSpy products from Altova.com can produce an XML schema from a relational database.
Here's how you can use SQL Server's OpenJson function to dismantle JSON ... JSON is great for moving data around but not so hot when you need to convert it into data stored in a relational database -- ...