How can I get a JSON object from a SQL Server table?

Posted by jlech on Stack Overflow See other posts from Stack Overflow or by jlech
Published on 2009-10-13T18:36:11Z Indexed on 2010/03/21 0:51 UTC
Read the original article Hit count: 258

Filed under:
|
|
|
|

I have a view that I want to be converted into JSON. What is the SQL that I can use to produce on the server the JSON string needed to be returned?

© Stack Overflow or respective owner

Related posts about JSON

Related posts about sql-server