title
Table Element for Schema (DTA)
description
In the dta utility, the Table element for Schema specifies the table for tuning. This article describes that element.
author
rwestMSFT
ms.author
randolphwest
ms.date
03/01/2017
ms.service
sql
ms.subservice
tools-other
ms.topic
reference
ms.collection
helpviewer_keywords
dev_langs
Table Element for Schema (DTA)
[!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.
Remarks
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) .
XML Input File Reference (Database Engine Tuning Advisor)