Murach's SQL Server 2005 for Developers
How to work with XML
This chapter shows you how to use new and enhanced features
of SQL Server 2005 to work more easily than ever with XML
data.
|
|
|
|
An XML document |
550 |
|
An XML schema |
552 |
|
|
How to store data in the xml data
type |
554 |
|
How to work with the XML Editor |
556 |
|
How to use the methods of the
xml data type |
558 |
|
An example that parses the xml
data type |
562 |
|
Another example that parses the
xml data type |
564 |
|
|
How to add an XML schema to a
database |
566 |
|
How to use an XML schema to validate
the xml data type |
568 |
|
How to view an XML schema |
570 |
|
How to drop an XML schema |
570 |
|
|
How to use the FOR XML clause
of the SELECT statement |
572 |
|
How to use the OPENXML statement |
576 |
|
|
t |
|
|
|
|
© Copyright 1998-2008 Mike
Murach & Associates, Inc. All rights reserved.
|