Use
If you do not specify an options, you recover all damaged indexes with this command. If you specify data for a certain index, only the selected index is recovered:
To save time, indexes are not maintained when a backup is imported. These must be recovered explicitly. You recover damaged indexes or indexes that are no longer up to date.
The database software ignores damaged indexes. For this reason, they cannot cause errors, but do impair the performance of the database instance.
Prerequisites
You have the DBM operator authorization
AccessSQL.You have opened an
SQL session.You have executed the command for
restoring a database instance.Syntax
sql_recreate_index [<scheme>.<table>.<index>]
Options
<scheme> |
Scheme |
<table> |
Table name |
<index> |
Index name or field name |
Reply
The system outputs an OK message.
In the event of errors, see
Reply Format.