News

Declare @tAddresses Table (id nvarchar(100), type nvarchar(100), street nvarchar(100)); To expand the JSON array in the addresses column and generate rows combining values from the table's non-JSON ...
In a previous Practical .NET column I showed how to retrieve rows that hold JSON objects by querying on values in those objects’ properties. However, sometimes you’ll want to work with the complete ...