You can only refresh text indexes that are defined as AUTO REFRESH and MANUAL REFRESH.
To refresh a text index (Sybase Central)
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.
The Refresh Data window appears.
Select an isolation level for the refresh and click OK.
To refresh a text index (SQL)
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; |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |