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

Drop Index

Drop Index

The Drop Index command drops an index on an archived table. When you drop an index, the Data Vault deletes all of the index files for all columns in the table. You must drop and create an index if you repartition an indexed table.
If you archive data to a table that already has an index, you do not have to drop and create the indexes. Use the Renew Index command instead.
The
ssasql
Drop Index command uses the following syntax:
drop index on <schema name>.<table name>;
The following table describes the
ssasql
Drop Index arguments:
Argument
Description
schema name
Required. Name of the schema that includes the table index you want to drop.
table name
Required. Name of the table from which to drop the index.
To drop indexes on multiple tables, run the command separately for each table.

0 COMMENTS

We’d like to hear from you!