You can only refresh text indexes that are defined as AUTO REFRESH and MANUAL REFRESH.
Connect to the database as a user with DBA authority, or as the owner of the table on which the text index is built.
In the left pane, click Text Indexes.
Right-click the text index and choose Refresh Data.
Select an isolation level for the refresh and click OK.
Connect to the database as a user with DBA authority, or as the owner of the table on which the text index is built.
Execute a REFRESH TEXT INDEX statement.
For example, the following statement refreshes a text index called txt_index_manual on the Description column of the Products table in the demo database:
REFRESH TEXT INDEX txt_index_manual ON Products WITH ISOLATION LEVEL 0; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |