Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.94 KB

File metadata and controls

59 lines (44 loc) · 1.94 KB
title Database Element for Server (DTA)
ms.prod sql
ms.prod_service sql-tools
ms.technology tools-other
ms.topic conceptual
dev_langs
XML
helpviewer_keywords
Database element
ms.assetid 5cd9a87a-af4b-45f3-8c18-f7fd7e7d3064
author markingmyname
ms.author maghan
ms.manager jroth
ms.reviewer
ms.custom seo-lt-2019
ms.date 03/01/2017

Database Element for Server (DTA)

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

Specifies the database you want to tune on a specific server.

Syntax

  
<Server>  
...code removed here...  
    <Database>...</Database>  

Element Characteristics

Characteristic Description
Data type and length None.
Default value None.
Occurrence Required one or more times per Server element.

Element Relationships

Relationship Elements
Parent element Server Element (DTA)
Child elements Name Element for Database (DTA)

Schema Element for Database (DTA)

Remarks

This element is of the DatabaseDetailsTypecomplexType name in the Database Engine Tuning Advisor XML schema. Do not confuse this Database element with the one whose root parent is the Configuration element. For more information, see Database Element for Configuration (DTA).

Example

For a usage example of the Database element, see Server Element (DTA).

See Also

XML Input File Reference (Database Engine Tuning Advisor)