Top "Shred" questions

Shredding refers to the decomposition of XML data structures into the columns of a relational database.

Modify XML in SQL server to add a root node

To give some background to this problem first, I am rewriting some code that currently loops through some xml, doing …

sql-server xml xpath shred
Shredding XML from table column into a view in SQL Server

I currently have this code which stores XML into an XML-type column called data, in a table called Storage. CREATE …

sql xml views shred