Enjoy Every Sandwich

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

<August 2008>
SuMoTuWeThFrSa
272829303112
3456789
10111213141516
17181920212223
24252627282930
31123456


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