Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 3.62 KB

File metadata and controls

56 lines (42 loc) · 3.62 KB
title TuningOptions Element (DTA)
description In the dta utility, the TuningOptions element contains the tuning options for a specific tuning session.
author rwestMSFT
ms.author randolphwest
ms.date 03/01/2017
ms.service sql
ms.subservice tools-other
ms.topic reference
ms.collection
data-tools
helpviewer_keywords
TuningOptions element
dev_langs
XML

TuningOptions Element (DTA)

[!INCLUDE SQL Server]

Contains the tuning options for a specific tuning session.

Syntax

  
<DTAInput>  
    <Server>  
...code removed...  
    <Workload>...</Workload>  
    <TuningOptions>...</TuningOptions>  

Element Characteristics

Characteristic Description
Data type and length None.
Default value None.
Occurrence Optional. If used, can only be used once for each DTAInput element.

Element Relationships

Relationship Elements
Parent element DTAInput Element (DTA)
Child elements ReportSet element. For more information, see the Database Engine Tuning Advisor XML schema.

TuningLogTable element. For more information, see the Database Engine Tuning Advisor XML schema.

NumberOfEvents element. For more information, see the Database Engine Tuning Advisor XML schema.

TuningTimeInMin Element (DTA)

StorageBoundInMB Element (DTA)

MaxKeyColumnsInIndex element. For more information, see the Database Engine Tuning Advisor XML schema.

MaxColumnsInIndex element. For more information, see the Database Engine Tuning Advisor XML schema.

MinPercentageImprovement element. For more information, see the Database Engine Tuning Advisor XML schema

TestServer Element (DTA)

FeatureSet Element (DTA)

Partitioning Element (DTA)

DropOnlyMode Element (DTA)

KeepExisting Element (DTA)

OnlineIndexOperation Element (DTA)

DatabaseToConnect Element (DTA)

IgnoreConstantsInWorkload element. For more information, see the Database Engine Tuning Advisor XML schema.

RetainShellDB element. For more information, see the Database Engine Tuning Advisor XML schema.

Example

For examples of the TuningOptions element, see the XML Input File Samples (DTA).

See Also

XML Input File Reference (Database Engine Tuning Advisor)