Skip to content
lvca edited this page Dec 14, 2012 · 2 revisions

SQL Rebuild Index

The SQL Rebuild Index command rebuilds an automatic index.

Syntax

REBUILD INDEX <index-name>

Where:

  • index-name name of the index. Use * to rebuild all the automatic indices

Examples

    REBUILD INDEX Profile.nick
    REBUILD INDEX *

For complete index guide look at Index guide.

To know more about other SQL commands look at SQL commands.

Clone this wiki locally