Search Results

0
votes
4answers
293 views

how to create xml from xml fragments

I am using SQL Server 2005 and I have a XML Data Type column that stores xml fragments like so in one big table: row 1 ..... <Order date='2009-02-11' customerID='4' /> row 2.. …