| title | DTAInput Element (DTA) | |
|---|---|---|
| description | In the dta utility, the DTAInput element contains the definition of XML input for Database Engine Tuning Advisor. | |
| author | rwestMSFT | |
| ms.author | randolphwest | |
| ms.date | 03/01/2017 | |
| ms.service | sql | |
| ms.subservice | tools-other | |
| ms.topic | reference | |
| ms.collection |
|
|
| helpviewer_keywords |
|
|
| dev_langs |
|
[!INCLUDE SQL Server]
Contains the definition of XML input for Database Engine Tuning Advisor.
<DTAXML>
<DTAInput>
...code removed here...
</DTAInput>
| Characteristics | Description |
|---|---|
| Data type and length | None. |
| Default value | None. |
| Occurrence | Optional once per DTAXML element. |
| Relationship | Elements |
|---|---|
| Parent element | DTAXML Element (DTA) |
| Child elements | Server Element (DTA) Workload Element (DTA) TuningOptions Element (DTA) Configuration Element (DTA) |
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.
For a usage example of the DTAInput element, see Simple XML Input File Sample (DTA).