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.
Author |
Topic |
yosiasz
Master Smack Fu Yak Hacker
1635 Posts |
Posted - 2010-10-22 : 13:45:48
|
GreetingsCan anyone please point me on how to produce json data serialization from TSQL? ThanksIf 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 MVPhttp://visakhm.blogspot.com/ |
 |
|
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 sideIf you don't have the passion to help people, you have no passion |
 |
|
|
|
|