#MS SQL Server 2016&039;s New Features
Explore tagged Tumblr posts
gaurava16fc · 9 years ago
Text
T-SQL to read JSON formatted data in MS SQL SERVER 2016
Tumblr media
Hi Friends,
How are doing today?
Well, today I will demonstrate you “how to convert json data / document back to sql server tabular formatted data“. You may have already gone through my last post “JSON SUPPORT in MS SQL SERVER 2016“. If not, then you can check this link first to get some idea first!
To read a JSON formatted data / document, we will be using OPENJSON()function.  The syntax of the…
View On WordPress
0 notes
gaurava16fc · 9 years ago
Text
SQL Server 2016's new in-built function (i.e. SPLIT_STRING()) to split the string into rows using delimiter
SQL Server 2016’s new in-built function (i.e. SPLIT_STRING()) to split the string into rows using delimiter
Tumblr media
Hi Friends,
Hope, you are doing fine!
Today, I found the SQL Server 2016 new in-built function (SPLIT_STRING()) which will make the developer’s life more easier, when it comes to split the string into rows using some delimiter.
Earlier to MS SQL Server 2016 version, we were using either XML Path() clause to split the string or to define some custom user-defined function to achieve this task.
You…
View On WordPress
0 notes