Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.38 KB

name-element-for-database-dta.md

File metadata and controls

52 lines (38 loc) · 1.38 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords dev_langs
Name Element for Database (DTA)
In the dta utility, the Name element for Database specifies the name of a database that you want to tune.
markingmyname
maghan
03/01/2017
sql
tools-other
reference
Name element
XML

Name Element for Database (DTA)

[!INCLUDE SQL Server]

Specifies the name of a database that you want to tune.

Syntax

  
<Server>  
    <Database>  
        <Name>...</Name>  

Element Characteristics

Characteristic Description
Data type and length string, unlimited length.
Default value None.
Occurrence Required once per Database element.

Element Relationships

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

Example

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

See Also

XML Input File Reference (Database Engine Tuning Advisor)