Answer:
SQL server can return XML document using FOR XML clause. XML documents can be added to SQL Server database and you can use the OPENXML clause to display the data from the document as a relational result set. SQL Server 2000 supports XPath queries.
Previous Question | Next Question |
Which 3 major elements SQL Server (server-side) supports? | Can we write a DTD instead of Schema? |