Appendix A: System Procedures  sp_clean_text_events

Appendix A: System Procedures

sp_check_text_index

Description

Reports or fixes consistency problems in the Enhanced Full-Text Search index and source tables.

Syntax

sp_check_text_index server, "index_name", "id_column", "fixit"

Parameters

server

is the name of the text server.

index_name

is the name of the text server.

id_column

is the source identity or primary key column name.

fixit

if FALSE, just reports problems. If TRUE, does not report but repairs problems.

Examples

Example 1

sp_check_text_index "textsvr", "text.i_text", "id", "false"

Lists problems on the server named textsvr with the column name text.i_text.

Usage

Messages

None.

Permissions

Any user can execute sp_check_text_index.





Copyright © 2005. Sybase Inc. All rights reserved. sp_clean_text_events

View this book as PDF