Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 1.83 KB

File metadata and controls

55 lines (43 loc) · 1.83 KB
title DTAInput Element (DTA) | 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
DTAInput element
ms.assetid 40c19abf-ded5-43de-be96-5b43b1b81b03
author stevestein
ms.author sstein
manager craigg

DTAInput Element (DTA)

Contains the definition of XML input for Database Engine Tuning Advisor.

Syntax

  
<DTAXML>  
    <DTAInput>  
    ...code removed here...  
    </DTAInput>  

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)
Child elements Server Element (DTA)

Workload Element (DTA)

TuningOptions Element (DTA)

Configuration Element (DTA)

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).

See Also

XML Input File Reference (Database Engine Tuning Advisor)