--- title: "Server Element for Configuration (DTA)" ms.prod: sql ms.prod_service: sql-tools ms.technology: tools-other ms.topic: conceptual dev_langs: - "XML" helpviewer_keywords: - "Server element" ms.assetid: da9ff870-9cfd-42fe-994b-7b9292681f7d author: markingmyname ms.author: maghan ms.manager: jroth ms.reviewer: "" ms.custom: seo-lt-2019 ms.date: 03/01/2017 --- # Server Element for Configuration (DTA) [!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)] Contains the identifying information for the server where you want Database Engine Tuning Advisor to evaluate the hypothetical configuration (specified by the **Configuration** element). ## Syntax ``` ...code removed here... ``` ## Element Characteristics |Characteristic|Description| |--------------------|-----------------| |**Data type and length**|None.| |**Default value**|None.| |**Occurrence**|Required once per **Configuration** element.| ## Element Relationships |Relationship|Elements| |------------------|--------------| |**Parent element**|[Configuration Element (DTA)](../../tools/dta/configuration-element-dta.md)| |**Child elements**|[Name Element for Server (DTA)](../../tools/dta/name-element-for-server-dta.md)

[Database Element for Configuration (DTA)](../../tools/dta/database-element-for-configuration-dta.md)| ## Remarks You can specify only one **Server** element for the **Configuration** element. This element is of the **ServerTypecomplexType** name in the [Database Engine Tuning Advisor XML schema](https://go.microsoft.com/fwlink/?linkid=43100). Do not confuse this **Server** element with the one that is the child of the **DTAInput** element. For more information, see [Server Element (DTA)](../../tools/dta/server-element-dta.md). ## Example For a usage example, see the [XML Input File Sample with User-specified Configuration (DTA)](../../tools/dta/xml-input-file-sample-with-user-specified-configuration-dta.md). ## See Also [XML Input File Reference (Database Engine Tuning Advisor)](../../tools/dta/xml-input-file-reference-database-engine-tuning-advisor.md)