Table of Contents

Search

  1. About the Data Vault Administrator Guide
  2. Introduction to the Data Vault
  3. Data Vault Service Startup and Shutdown
  4. Data Vault Configuration
  5. Data Vault SSL Setup
  6. Data Vault ODBC Setup
  7. Data Vault Administration
  8. Data Repartitioning
  9. Partial Data Vault Copy
  10. Archived Data Migration
  11. Bulk File Uploader
  12. Data Vault Administration Tool
  13. Data Vault Logs
  14. User Account Privileges
  15. ssasql Command Line Program
  16. Data Vault Audit Log
  17. Sample Configuration Files

Data Vault Administrator Guide

Data Vault Administrator Guide

Alter Index

Alter Index

The Alter Index command drops and adds indexes on columns in the same table.
The
ssasql
Alter Index command uses the following syntax:
alter index on <schema name>.<table name> [drop (column name)] [add (column name)];
The following table describes the
ssasql
Alter Index arguments:
Argument
Description
schema name
Required. Name of the schema that includes the table index that you want to alter.
table name
Required. Name of the table that includes the column you want to alter.
(column name)
Required. Name of the column on which you want to drop or add an index.
Use a comma to separate multiple columns.
To alter indexes on multiple tables, run the command separately for each table.

0 COMMENTS

We’d like to hear from you!