INDEX
Creates an index for a column in a table. This function is useful when a project is appending data to a table coming from distinct sources or files and Loader is instructed not to index columns. After all data is loaded, calling this function indexes the columns. Otherwise, Loader indexes incrementally, which generally takes longer.
For example, the following parameters removes a link between two tables:
INDEX [Demo].[Customer].[Cust ID]
Syntax
INDEX [column name]
Parameter
Column name
Defines the database, table, and column that will be used to create an index.