Enjoy Every Sandwich

Thoughts on SQL, XML, .NET and sometimes beer.

<September 2008>
SuMoTuWeThFrSa
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011


Navigation

Tools

List O'Links

Kent's Other Stuff

Subscriptions

News

Please read these
Notices and Disclamiers

Post Categories

Article Categories



Shredding XML with XQuery

Over on the Microsoft.Public.SqlServer.XML newsgroup, one Chris Kilmer asked a good question about how to shred a single XML document into multiple tables using multiple stored procedures. Chris's goal with this was to have each stored procedure update one table and pass the XML remaining nodes of the first document off to the next stored procedure. This is actually fairly easy except for one thing: maintaining referential activity between inserted elements.

Continues at: http://geekswithblogs.net/ktegels/archive/2006/01/20/ShredWithXQuery01.aspx

Sorry for the continues. If you'd rather not chance links, please subscribe to my new feed at: http://geekswithblogs.net/ktegels/Rss.aspx

posted on Friday, January 20, 2006 5:04 PM by ktegels





Powered by Dot Net Junkies, by Telligent Systems