XML in SQL Server 2005? Better than JSON in Varchar?
Posted
by Henry
on Stack Overflow
See other posts from Stack Overflow
or by Henry
Published on 2010-05-12T18:44:15Z
Indexed on
2010/05/12
18:54 UTC
Read the original article
Hit count: 164
What are the benefits of storing XML in SQL Server over storing JSON in a varchar field?
Any tutorial available for how to use the XML data type effectively?
Do I need to provide the dtd / xml schema somehow? I've heard it is optional, right?
Thank you.
© Stack Overflow or respective owner