I'm trying to get this result but I'm not getting it. I've searched the forum but I can't find a solution to my problem. Can you help me and explain w ...
I'm trying to get this result but I'm not getting it. I've searched the forum but I can't find a solution to my problem. Can you help me and explain w ...
I'm trying get objects from JSON by this query SELECT co.contract_number , co.objectId id1 , cbs.id id2 , co.summary FROM ( SELEC ...
JSON input looks like this: Desired Output: reporting.unit notional.lc F-1 100.1 ...
I am trying to read JSON that I would like to parse each collection in SQL Server. The structure is as follows Root > Action > GoActionFiles / ...
I have a column in SQL table which has a string value denoting a JSON array. I need to concatenate the array for comparison. There are multiple rows o ...
Using Azure Data Factory I have created a pipeline to upload any number of JSON files from Azure blob storage. I am loading the JSON data into a stage ...
I have some XML in which every entry can contain some recurring elements. I'm trying to query it with OpenXML function and I want to reduce those elem ...
I am trying to parse the following json: using: but I keep receiving nulls for the color. I'm still trying to understand the openjson and cross ...
Is there is any other (more pretty) way to accomplish the following? I am struggling with a way to display multiple elements of an array as one eleme ...
As the title says, I have a set of SQL queries using OPENJSON() that work beautifully in SQL Server Management Studio, but when ran from the Command P ...
I want a value of #temp table and People table value together. I can use json_modify but it will work only for single value insert. But in case of mul ...
The results are: id name sex 1 Fluffy Female 2 Long Tail Fema ...
I have created a small demo app using .NET 6 with EF core and I am using Serilog to log exceptions into my database. Everything is working fine but n ...
I have a table containing Id and JsonData columns (table has 100's of rows) JsonData contains an array with various contact ID's for each Id I nee ...
Given the data table below, how can I retrieve only the row #3, querying the field "chave", based on multiple json rows? I want to retrieve the maste ...
I want to store processed object i.e each json object in its original form in OriginalObject table column. I have done quite bit searching but di ...
Recently, I found a strange behaviour in Azure Synapse Analytics while attempting to tune a store procedure for better performance. We have a slow pe ...
I'm required to supply a json object like this: it is not difficult for me to build a json like this: (with this fiddle https://dbfiddle.uk/?rdbms ...
I'm trying to consume an API, parse the data and then put it in a table. I've done several tests and I can't have all the records because the API has ...
I am building the following view on SQL Server. The data is extracted from Soap API via Data Factory and stored in SQL table. I union two pieces of th ...