I have a report that shows result from a query on a table A. Now I also want a summary of values from table B in the report. There is no relation between the two tables. I need to have a query on ...
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 ...