Abstract: Existing XQuery-to-SQL algorithms all depend on special XML-to-RDB schema-mapping algorithm, but in the real applications, an independent method is needed because people can't ensure that ...
I have a SQL Server 2005 table that has an XML type column. This column stores address information, and data on multiple locations can be in this column's XML.<BR><BR>Now, I need to query the ...