Sql Friday #1: Damir Matešić on “Advanced Data Types – JSON”

Online Microsoft Data Platform Lunch Sessions

Sql Friday #1: Damir Matešić on “Advanced Data Types – JSON”

2020-05-13 Past SQL Friday Sessions 0
Date2020-05-29
Time12:00 CEST
How to attendAlready finished
Accompanying materialDownload here
If you can’t attend this one but want to attend future sessions, join the Meetup group and be the first to know when registration comes online: https://www.meetup.com/SQL-Friday
Damir Matesic

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