Sql Friday #1: Damir Matešić on “Advanced Data Types – JSON”
Date | 2020-05-29 |
Time | 12:00 CEST |
How to attend | Already finished |
Accompanying material | Download here |
For many years Damir is a passionate programmer and a Microsoft SQL Server developer (ver. 2000+). He is a certificated Microsoft professional on various technologies. In 2020 Microsoft awarded him with Data Platform MVP.
He is currently working as Senior Database Developer @Span.eu.
Damir leads the Croatian SQL Server User Group (PASS) and he introduced and organizes SQL Saturday events in Croatia. Damir speaks on various community events and conferences like SQLSaturday, Advanced technology days and user groups.
When free he blogs about SQL @ https://blog.matesic.info
Advanced Data Types – JSON
JSON (JavaScript Object Notation) is a language in depended, very popular, open standard format for data exchange between applications and services. On this session accompanied by numerous examples we should pass through the usage of JSON in MS SQL.
Main topics
- Format MS SQL data in JSON format
- Read JSON data in MS SQL – Modify JSON data using JSON_MODIFY
- JSON functions, tips & tricks