Technology

How to get output from Sql server as a jSON String ?

We can convert tabular format to xml using sql query in sql server database ,but if we want to convert in json format  from database ,then we can face problem because database does not support  native JSON integration. There is a way through which we can generate output in json format by following these steps:- 1.Convert tabular...

by Mohit Kumar
Tag: SQL to XML conversion
29-Nov-2015