There's one more Microsoft Extension to Sql that we need to cover: OPENXML. Use of the OPENXML keyword causes an XML document to be presented as a data source similar to a view or a table. This is accomplished in memory by making the XML document appear as a relational rowset. Because the data now appears as a rowset, it can be stored into database tables. This chapter will cover the following topics:
|