Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
1 answer
41 views

How to dynamically load SQL tables using OPENJSON

I have a json that looks like [{ "year": 2021, "state": "Nebraska", "report": "Farm Business Balance Sheet&...
new_programmer_22's user avatar
0 votes
1 answer
2k views

Insert data into a table using OPENJson

I have the following Json that needs to be inserted into a table {"errorMessage":"","requestOutput":{ "REQUEST_ID" : 100910, "STATUS_CODE" : "...
jaiya's user avatar
  • 53