Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 how to generate json stream

Author  Topic 

yosiasz
Master Smack Fu Yak Hacker

1635 Posts

Posted - 2010-10-22 : 13:45:48
Greetings

Can anyone please point me on how to produce json data serialization from TSQL?

Thanks

If you don't have the passion to help people, you have no passion

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-10-23 : 02:18:54
json serialisation has to happen at front end isnt it? you just need to return a resultset from T-sql

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

yosiasz
Master Smack Fu Yak Hacker

1635 Posts

Posted - 2010-10-24 : 23:18:44
yes json happens in front end, dev manager wanted to try it out on tsql side

If you don't have the passion to help people, you have no passion
Go to Top of Page
   

- Advertisement -