For the past few weeks we've been looking at utilizing XML to work with DATA from our SQL Server. We've talked about building a custom XML document with XMLSerializer , Using the XML Datatype built in SQL 2005, and finally using OPENXML to insert records into our Database. Today we...