title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | ms.collection | helpviewer_keywords | dev_langs | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name Element for Table (DTA) |
In the dta utility, the Name element for Table specifies a table name for tuning. This article describes that element. |
rwestMSFT |
randolphwest |
03/01/2017 |
sql |
tools-other |
reference |
|
|
|
[!INCLUDE SQL Server]
Specifies a table name for tuning.
<Schema>
<Table>
<Name>...</Name>
Characteristic | Description |
---|---|
Data type and length | string, between 1 and 255 characters. |
Default value | None. |
Occurrence | Required. Once for each Table element. |
Relationship | Elements |
---|---|
Parent element | Table Element for Schema (DTA) |
Child elements | None. |
For a usage example, see Server Element (DTA).