title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | ms.collection | helpviewer_keywords | dev_langs | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Filegroup Element for Index (DTA) |
In the dta utility, the Filegroup element for Index specifies the filegroup on which the index is to be created for a user-specified configuration. |
rwestMSFT |
randolphwest |
03/01/2017 |
sql |
tools-other |
reference |
|
|
|
[!INCLUDE SQL Server]
Specifies the filegroup on which the index is to be created for a user-specified configuration.
<Index>
<Name>...</Name>
<Column>
<Name>...</Name>
<Filegroup>...</Filegroup>
Characteristic | Description |
---|---|
Data type and length | string, unlimited length. |
Default value | None. |
Occurrence | Optional. Can use once for each Index element. This element cannot be used if the PartitionScheme and PartitionColumn elements are specified for the Index element. |
Relationship | Elements |
---|---|
Parent element | Index Element (DTA) |
Child elements | None. |
For a usage example of this element, see XML Input File Sample with User-specified Configuration (DTA).