sp_redo_text_events

Description

Changes the status of entries in the text_events table and forces the re-indexing of the modified columns.

Syntax

sp_redo_text_events [from_date [,to_date]]

Parameters

from_date

– is the starting date and time in a date range of entries to be modified.

to_date

– is the ending date and time in the specified date range of the entries to be modified.

Examples

Example 1

sp_redo_text_events "01/05/98:17:00", "02/12/98:08:30"

Re-indexes columns that were modified between January 5, 1998 at 5:00 p.m. and February 12, 1998 at 8:30 a.m.

Usage

Messages

Permissions

Any user can execute sp_redo_text_events.