Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 2.48 KB

create-element-dta.md

File metadata and controls

59 lines (44 loc) · 2.48 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic ms.collection helpviewer_keywords dev_langs
Create Element (DTA)
In the dta utility, the Create element contains information about the indexes, statistics, or heap structures in a user-specified configuration.
rwestMSFT
randolphwest
03/01/2017
sql
tools-other
reference
data-tools
Create element (DTA)
XML

Create Element (DTA)

[!INCLUDE SQL Server]

Contains information about the indexes, statistics, or heap structures in a user-specified configuration.

Syntax

  
<Recommendation>  
    <Create>  
    ...code removed here...  
    </Create>  
</Recommendation>  

Element Characteristics

Characteristic Description
Data type and length None.
Default value None.
Occurrence Required once for each physical design structure type (indexes, statistics, or heap structures).

Element Relationships

Relationship Elements
Parent element Recommendation Element (DTA)
Child elements Index Element (DTA)

Statistics Element (see Database Engine Tuning Advisor XML schema for information)

Heap Element (see Database Engine Tuning Advisor XML schema for information)

Remarks

This element is of the CreateTypecomplexType name in the Database Engine Tuning Advisor XML schema. It is used to create indexes, statistics, and heap structures for a user-specified configuration. Do not confuse this Create element with the other types that can be used to create views (CreateViewType) or partitioning (CreatePType). Refer to the Database Engine Tuning Advisor XML schema for information about these other Create element types.

Example

For a usage example of this element, see the XML Input File Sample with User-specified Configuration (DTA).

See Also

XML Input File Reference (Database Engine Tuning Advisor)