Is there a way to parse jscript which is stored in a server table. I am looking for something like eval(jscript f开发者_Python百科unction).
Well, using some hacks like this you can run managed code inside SQL server and upo that, use the JavaScriptSerializer class to deserialize the JSON objects. If you have JavaScript as a plain code, well, it would be funny If one was able to run that inside SQL :)
精彩评论