Relative Content

Tag Archive for sql-serveropen-json

How to parse jsondata in sql server

I am passing a json string from my controller to the stored procedure. When I am trying to read the data from my json and storing in a temp table, its not working. The temp table show null for all the columns. I am not sure if the jsonstring is inn wrong format or what.