Whats New in SQL 2016 – Native JSON Function Support – Performing Data Manipulations in JSON Documents

This is the last and the final article in the series which discusses on the native JSON support in SQL 2016.Previously I had blogged on how JSON documents can be generated from relational data using FOR JSON construct here http://visakhm.blogspot.ae/2016/06/whats-new-in-sql-2016-native-json.html…

Whats New in SQL 2016 – Native JSON Function Support – Parsing JSON Document to Shred Relational Data

Previously I had blogged about the native support for JSON in SQL 2016 and the ability to generate JSON documents from relational data using FOR JSON syntax here .This blog is next in the series on JSON support and explains…

Whats New in SQL 2016 – Native JSON Function Support – Generating JSON documents using FOR JSON clause

One of the most sought after feature that got included in SQL 2016 is the native support for JSON data in Transact SQL. JSON has become kind of de-facto standard for data transfer in web applications these days. As such…

SQL Server 2016 Available for General Availability Now

SQL 2016 has been released for general availability now You can find the download links from MSDN The evaluation period is for 180 days  https://www.microsoft.com/en-us/evalcenter/evaluate-sql-server-2016 SQL 2016 comes with lots of useful and cool features including Native JSON support Always…