Click here to Skip to main content
15,868,016 members
Articles / Hosted Services / Azure

What Can JSON Do For You in SQL Server Database?

Rate me:
Please Sign up or sign in to vote.
4.78/5 (16 votes)
13 Jul 2018CPOL20 min read 33.9K   32  
Learn about various use cases how you can leverage JSON support in SQL Server and Azure SQL Database
SQL Server Database Engine is a general-purpose multi-model Database Engine that enables you to combine the classic relational concepts with NoSQL concepts such as JSON documents. In this article, you will see some use cases that describe how to combine JSON with relational data and when to use it.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Program Manager Microsoft
Serbia Serbia
Graduated from Faculty of Electrical Engineering, Department of Computer Techniques and Informatics, University of Belgrade, Serbia.
Currently working in Microsoft as Program Manager on SQL Server product.
Member of JQuery community - created few popular plugins (four popular JQuery DataTables add-ins and loadJSON template engine).
Interests: Web and databases, Software engineering process(estimation and standardization), mobile and business intelligence platforms.

Comments and Discussions