--- title: "Requirements for Running SQLXML Examples | Microsoft Docs" ms.custom: "" ms.date: "03/16/2017" ms.prod: sql ms.prod_service: "database-engine, sql-database" ms.reviewer: "" ms.technology: xml ms.topic: "reference" helpviewer_keywords: - "examples [SQLXML]" - "sample applications [SQLXML]" - "SQLXML, samples" - "examples [SQLXML], requirements" ms.assetid: acfee2eb-cf35-4377-9fde-82ad1d938011 author: "douglaslMS" ms.author: "douglasl" manager: craigg monikerRange: "=azuresqldb-current||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current" --- # Requirements for Running SQLXML Examples [!INCLUDE[appliesto-ss-asdb-xxxx-xxx-md](../../includes/appliesto-ss-asdb-xxxx-xxx-md.md)] The [SQLXML 4.0 Programming](../../relational-databases/sqlxml/sqlxml-4-0-programming-concepts.md) section provides numerous examples. This topic lists requirements for creating working samples from these examples. To create working samples using the SQLXML 4.0 examples, you need to have the following installed. - The AdventureWorks sample database. For more information, see [AdventureWorks Sample Databases](http://msftdbprodsamples.codeplex.com/). - Microsoft [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Native Client. For more information, see [Installing SQL Server Native Client](../../relational-databases/native-client/applications/installing-sql-server-native-client.md). - MDAC 2.6 or later In many examples, templates are used to specify XPath queries against the mapping XSD schema. For more information, see [Using Annotated XSD Schemas in Queries (SQLXML 4.0)](../../relational-databases/sqlxml/annotated-xsd-schemas/using-annotated-xsd-schemas-in-queries-sqlxml-4-0.md).