XML vs JSON in SQL Server 2016

preview_player
Показать описание
Starting with the 2016 release, SQL Server offers native JSON support. We compare JSON versus XML and determine which is better to use in SQL Server.

Elsewhere on the internet:
Рекомендации по теме
Комментарии
Автор

Thank you for making this video. I was torn between xml and json. JSON here I come.

lukeav
Автор

Very nice. Very informative and relaxing to watch - for those of us too lazy or time constrained to try to figure things out on our own. Also, far less dreary than reading a blog at work... I don't think I've ever watched a video by a SQL developer who was smiling : )

Stelios.Posantzis
Автор

Thanks Bert for your Clear explaination.

narendrannaren
Автор

Very informative! Thank you very much, Bert. :)

Themojopriest
Автор

Thanks Bert really useful and clearly explained

harbor.boundary.flight
Автор

What about cardinality estimations on XML and NVARCHAR(MAX) JSon columns? are they the same?

stefanotorelli
Автор

Nice Video Bert !! worth to appreciation. - What do you think about following use case?
1) Use XML for Insertion and Update and when there is a matter of reading then do it from a computed column, where a computed column is json conversion of XML data type so that we get both benefits of XML & JSON !!

chiragjoshi
Автор

Perfect video, can you make video about basic uses of JSON in production sites with examples? Thank you for this video.

harisbegluk