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 ...
Platform is .Net/SQL 2005. I am working on a program that has to read flat data file and stick the records in a table. The layout of the file (number of fields/PK/data types) is user-configurable, so ...