#MS SQL Server 2016&039;s New Features
Explore tagged Tumblr posts
Text
T-SQL to read JSON formatted data in MS SQL SERVER 2016
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
#MS SQL Server#MS SQL Server 2016&039;s New Features#OPENJSON() in T-SQL#Read JSON formatted data in MS SQL SERVER 2016
0 notes
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
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