Hey guys, I'm trying to capture a JSON output of xp_cmdshell command, and the parse is using OPENJSON command with the variable. I'm having difficultly capturing JSON though, as the only way I can do it right now is to create a temp table, and insert into it. However then I get a bunch of rows, so I can't parse it as JSON. I can probably stitch it all back together, but there's gotta be a more elegant solution for this.