OPENJSON function in SQL Server
In the previous article, I have explained about different ways to import JSON into SQL server. One of the ways is using OPENJSON function. In this article, I will explain OPENJSON function in SQL Server with some examples. OPENJSON is a table valued function that parses JSON document and transforms it into rows and columns.… Read More »