Other News

Community

Converting Between XML and JSON

(Stefan Goessner) More and more web service providers seem to be interested in offering JSON APIs beneath their XML APIs. One considerable advantage of using a JSON API is its ability to provide cross-domain requests while bypassing the restrictive same domain policy of the XmlHttpRequest object. On

Community

Integer Arrays Using T-SQL

(Chris Martinez) Anyone that has worked with SQL Server for a while undoubtedly has come across a scenario where they needed a way to pass an array as a parameter to a stored procedure. One of the most common of these scenarios involves a stored procedure that must be executed passing numerous prima