Sample XML Applications

The following sample applications are provided to illustrate XML functionality in SQL Server:

  • Implementing XML in SQL Server

    This is an application written against the manufacturing instructions that are stored in the Instructions column in the Production.ProductModel table.

  • XmlOnlineCatalog

    This is an application written against the product model catalog description column in the Production.ProductModel table.

  • XmlSurvey

    This is an application written against the Demographics column in the Sales.Store table. This column stores survey information as XML.

Installing the Samples and Sample Databases

By default, the samples and sample databases are not installed. For more information, see Considerations for Installing SQL Server Samples and Sample Databases.

Each sample has a companion readme file. For more information about the XML samples, see XML Samples.

See Also

Concepts