--- title: "DTAInput Element (DTA)" ms.prod: sql ms.prod_service: sql-tools ms.technology: tools-other ms.topic: conceptual dev_langs: - "XML" helpviewer_keywords: - "DTAInput element" ms.assetid: 40c19abf-ded5-43de-be96-5b43b1b81b03 author: markingmyname ms.author: maghan ms.manager: jroth ms.reviewer: "" ms.custom: seo-lt-2019 ms.date: 03/01/2017 --- # DTAInput Element (DTA) [!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)] Contains the definition of XML input for Database Engine Tuning Advisor. ## Syntax ``` ...code removed here... ``` ## Element Characteristics |Characteristics|Description| |---------------------|-----------------| |**Data type and length**|None.| |**Default value**|None.| |**Occurrence**|Optional once per **DTAXML** element.| ## Element Relationships |Relationship|Elements| |------------------|--------------| |**Parent element**|[DTAXML Element (DTA)](../../tools/dta/dtaxml-element-dta.md)| |**Child elements**|[Server Element (DTA)](../../tools/dta/server-element-dta.md)

[Workload Element (DTA)](../../tools/dta/workload-element-dta.md)

[TuningOptions Element (DTA)](../../tools/dta/tuningoptions-element-dta.md)

[Configuration Element (DTA)](../../tools/dta/configuration-element-dta.md)| ## Remarks This element is the root of the Database Engine Tuning Advisor input schema hierarchy. Input to Database Engine Tuning Advisor can be arguments that specify the servers whose databases you want to tune, workloads, tuning options, or a user-specified configuration. ## Example For a usage example of the **DTAInput** element, see [Simple XML Input File Sample (DTA)](../../tools/dta/simple-xml-input-file-sample-dta.md). ## See Also [XML Input File Reference (Database Engine Tuning Advisor)](../../tools/dta/xml-input-file-reference-database-engine-tuning-advisor.md)