Category "open-json"

OpenJson - Need to Flatten & Write Key Values & Objects to Columns

Given the following JSON structure, I'm struggling to find correct format to write the keys and values for 'users" to separate relational columns: Key Values fo

SQL Parse Json array to rows

I'm trying to parse the 'custinfo' array to rows, rather than specific columns how I have in my query (there can be none or many values in the array) DECLA