Support for XML is integrated into all the components in SQL Server and includes the following:
-
Support for the xml data type.
-
The ability to specify an XQuery query against XML data stored in columns and variables of the xml type.
-
Enhancements to OPENROWSET to allow bulk loading of XML data.
-
Enhancements to the FOR XML clause and OPENXML function introduced in SQL Server 2000.
For information about client-side XML functionality, see SQLXML 4.0 Programming.
For information about XQuery support in the Microsoft .NET Framework, see the topic "XML Querying and SQL Server XML Support" in the .NET Framework documentation.
Concepts
Sample XML Applications
Examples of Bulk Importing and Exporting XML Documents
Help and Information
Getting SQL Server 2005 Assistance