79124800

Date: 2024-10-25 08:11:39
Score: 0.5
Natty:
Report link

SQL Server built-in functions

By using SQL Server built-in functions and operators, you can do the following things with JSON text:

JSON data type

The new json data type that stores JSON documents in a native binary format that provides the following benefits over storing JSON data in varchar/nvarchar:

you can see example of JSON data type in SQL Server in here: JSON data in SQL Server

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: A.Bahrami