UNINDEX
Removes column indexing while building data columns. A single indexing is performed at the end of the process.
For example, the following parameters removes a link between two tables:
UNINDEX [Demo].[Customer].[Cust ID]
Syntax
UNINDEX [column name]
Parameter
Column name
Defines the database, table, and column that will have its index removed.