Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 2.37 KB

File metadata and controls

63 lines (48 loc) · 2.37 KB
title Recommendation Element (DTA)
ms.prod sql
ms.prod_service sql-tools
ms.technology tools-other
ms.topic conceptual
dev_langs
XML
helpviewer_keywords
Recommendation element
ms.assetid 679ea535-865a-4633-a4d3-5b3090515158
author markingmyname
ms.author maghan
ms.manager jroth
ms.reviewer
ms.custom seo-lt-2019
ms.date 03/01/2017

Recommendation Element (DTA)

[!INCLUDEappliesto-ss-xxxx-xxxx-xxx-md]

Contains information about the hypothetical indexes that are part of a user-specified configuration.

Syntax

  
<Configuration>  
    ...code removed here...  
    <Table>  
      <Name>...</Name>  
      <Recommendation>  
      ...code removed here...  
      </Recommendation>  

Element Characteristics

Characteristic Description
Data type and length None.
Default value None.
Occurrence Optional. Can use once for each Table element.

Element Relationships

Relationship Elements
Parent element Table Element for Schema (DTA)
Child elements Create Element (DTA)

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

Remarks

This element is of the RecommendationTypecomplexType name in the Database Engine Tuning Advisor XML schema. It is used to specify indexes for a hypothetical configuration. Do not confuse this Recommendation element with the other types that can be used to specify partitioning (RecommendationPType) or views (RecommendationViewType). For information about these other Recommendation element types, see the Database Engine Tuning Advisor XML schema.

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)