JSON in SQL Server is used to store and transmit data from applications and websites to other applications and websites .
Relational data in SQL Server can be exported in a JSON format .
JSON data can be imported into SQL Server.
JSON data can be displayed as relational, tabular data in SQL Server.
New columns can be inserted as a large string data type which can house JSON data.
JSON columns in a SQL Server table can be queried .
Relational tabular data can be queried alongside JSON data.