title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | ms.collection | helpviewer_keywords | dev_langs | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Table Element for Schema (DTA) |
In the dta utility, the Table element for Schema specifies the table for tuning. This article describes that element. |
rwestMSFT |
randolphwest |
03/01/2017 |
sql |
tools-other |
reference |
|
|
|
[!INCLUDE SQL Server]
Specifies the table for tuning.
<Schema>
...code removed here...
<Table>...</Table>
Attribute | Description |
---|---|
NumberOfRows | Optional. Integer that allows you to simulate tables of different sizes. |
Characteristic | Description |
---|---|
Data type and length | string, between 1 and 255 characters. |
Default value | None. |
Occurrence | Optional. List as many tables as appropriate for your workload. |
Relationship | Elements |
---|---|
Parent element | Schema Element for Database (DTA) |
Child elements | Name Element for Table (DTA) |
If you do not specify a Table element, Database Engine Tuning Advisor will assume all tables on the specified database can be tuned.
For a usage example, see Server Element (DTA).