title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | ms.collection | helpviewer_keywords | dev_langs | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Server Element for Configuration (DTA) |
In the dta utility, the Server element for Configuration contains the identifying information for the server where you want to evaluate a configuration. |
rwestMSFT |
randolphwest |
03/01/2017 |
sql |
tools-other |
reference |
|
|
|
[!INCLUDE SQL Server]
Contains the identifying information for the server where you want Database Engine Tuning Advisor to evaluate the hypothetical configuration (specified by the Configuration element).
<Configuration>
<Server>
...code removed here...
</Server>
Characteristic | Description |
---|---|
Data type and length | None. |
Default value | None. |
Occurrence | Required once per Configuration element. |
Relationship | Elements |
---|---|
Parent element | Configuration Element (DTA) |
Child elements | Name Element for Server (DTA) Database Element for Configuration (DTA) |
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. Do not confuse this Server element with the one that is the child of the DTAInput element. For more information, see Server Element (DTA).
For a usage example, see the XML Input File Sample with User-specified Configuration (DTA).