sp_clean_text_events

Description

Removes processed entries from the text_events table.

Syntax

sp_clean_text_events [up_to_date]

Parameters

up_to_date

– the date and time through which all processed entries will be deleted.

Examples

Example 1

sp_clean_text_events "01/15/98:17:00"

Removes data entered on or before January 15, 1998 at 5:00 p.m.

Usage

Messages

None

Permissions

Any user can execute sp_clean_text_events.

See also

sp_text_dump_database