Skip to content
Advertisement

JSON Blob into SQL Server

I have data from a web API that I want to store in a SQL database. Each record in the web API looks like this:

Advertisement

Answer

That query is invalid. Should be of the form INSERT INTO TableName(Column1, Column2) VALUES (?,?), so something like:

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement