Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.95 KB

database-element-for-server-dta.md

File metadata and controls

57 lines (42 loc) · 1.95 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic ms.collection helpviewer_keywords dev_langs
Database Element for Server (DTA)
In the dta utility, the Database element for Server specifies the database you want to tune on a specific server.
rwestMSFT
randolphwest
03/01/2017
sql
tools-other
reference
data-tools
Database element
XML

Database Element for Server (DTA)

[!INCLUDE SQL Server]

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)