Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

Exercises for JSON T-SQL enhancements in SQL Server 2022

Follow these steps for exercises for JSON T-SQL enhancements and new functions for SQL Server 2022.

Prerequisites

  • SQL Server 2022 Evaluation or Developer Edition
  • VM or computer with 2 CPUs and at least 8Gb RAM.
  • SQL Server Management Studio (SSMS). The latest 18.x build or 19.x build will work.

Steps for the exercise

  1. Execute all the statements in the script json_array.sql to see how JSON_ARRAY() and ISJSON() functions work.
  2. Execute all the statements in the script json_object.sql to see how JSON_OBJECT and JSON_PATH_EXISTS() work.