Schema Question:

Which 3 major elements SQL Server (server-side) supports?

Answer:

1) Creation of XML fragments: This is done from the relational data using FOR XML to the select query.
2) Ability to shred xml data to be stored in the database.
3) Finally, storing the xml data.

Read All 27 Schema Questions
Previous QuestionNext Question
Client-side XML support in SQL Server is in the form of SQLXML. Described in terms?Define XML support SQL server extends?