XML support in SQL Server 2000
SQL Server 2000 includes a range of XML support functions that allow you to convert relational datasets into hierarchical XML documents, read XML documents, and perform bulk data imports from XML documents. For example, you can pass an XML document to a stored procedure, join XML data with tables and return a set of records,…
