Skip to content

Latest commit

 

History

History
118 lines (69 loc) · 4.9 KB

File metadata and controls

118 lines (69 loc) · 4.9 KB
title XML Input File Reference (Database Engine Tuning Advisor) | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology tools-other
ms.topic conceptual
dev_langs
XML
helpviewer_keywords
Database Engine Tuning Advisor [SQL Server], XML input files
input file reference [Database Engine Tuning Advisor]
XML input files [Database Engine Tuning Advisor]
ms.assetid 05e5e5f0-d6df-4336-b18e-e9bc2835a766
author stevestein
ms.author sstein
manager craigg

XML Input File Reference (Database Engine Tuning Advisor)

[!INCLUDEssDE] Tuning Advisor can use an XML input file to tune a database. This XML file designates which databases, tables, workload files or tables, and tuning options to use for the tuning session. You can also use this file to specify a user-specified configuration to perform "what-if" analysis.

A [!INCLUDEssDE] Tuning Advisor XML input file contains a hierarchy of XML elements, each containing text or other elements that specify the tuning session settings. The [!INCLUDEssDE] Tuning Advisor XML input file must conform to the standards for well-formed XML, so all element names are case sensitive. Elements are specified using Pascal case, which means that the first character is uppercase and the first letter of any subsequent concatenated word is uppercase.

All element values must conform to XML naming conventions. For more information about these conventions, see XML Textual Content in the MSDN Library.

Note that this reference is not comprehensive. For information about all the elements you can use to define XML input, refer to the [!INCLUDEssDE] Tuning Advisor XML schema, DTASchema.xsd.

XML Declaration

DTAXML Root Element

DTAInput Elements

Server Elements

Workload Elements

Tuning Options Elements

Configuration Elements

Database Elements

See Also

Database Engine Tuning Advisor