python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
OPENJSON() optimization for poorly structured API response
I'm trying to use the TSheets API to pull data into my internal database, but the responses come back in a way that I can't figure out how to efficiently get it into table structure.
I've simplified t...
Peter
Votes: 0
Answers: 1
Json to table without explicit key names
I have a table with an VARCHAR(MAX) column which stores JSON key value pairs.
The JSON document schema is simply a different number of key value pairs, no nesting, nor arrays in there.
I wish to build...
Avi
Votes: 0
Answers: 1
pyodbc azure sql server error in saving json using openjson
i want to save a json array into azure sql server, but i am getting this error:
\serverCalls\sqlManager.py", line 95, in populateNewsLatest
curse.execute(f"""
pyodbc.Error: ('07002...

utkarsh choudhary
Votes: 0
Answers: 1