--- title: "Server Element (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: 9fe0bfb4-3aa6-4eb2-a83e-c0d0e7d4e9f6 author: markingmyname ms.author: maghan ms.manager: jroth ms.reviewer: "" ms.custom: seo-lt-2019 ms.date: 03/01/2017 --- # Server Element (DTA) [!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)] Contains the identifying information for the server on which the databases reside that you want to tune. ## Syntax ``` ...code removed here... ``` ## Element Characteristics |Characteristic|Description| |--------------------|-----------------| |**Data type and length**|None.| |**Default value**|None.| |**Occurrence**|Required once per **DTAInput** element.| ## Element Relationships |Relationship|Elements| |------------------|--------------| |**Parent element**|[DTAInput Element (DTA)](../../tools/dta/dtainput-element-dta.md)| |**Child elements**|[Name Element for Server (DTA)](../../tools/dta/name-element-for-server-dta.md)

[Database Element for Server (DTA)](../../tools/dta/database-element-for-server-dta.md)| ## Remarks You can specify only one **Server** element for the **DTAInput** element. This element is of the **ServerDetailsTypecomplexType** name in the DTA XML schema. Do not confuse this **Server** element with the one that is the child of the **Configuration** element. For more information, see [Server Element for Configuration (DTA)](../../tools/dta/server-element-for-configuration-dta.md). ## Example The following example shows how to specify the **Sales.SalesPerson** table in the **AdventureWorks** database on SERVER001: ```xml SERVER001 AdventureWorks Sales SalesPerson