DeleteEventSQL

The SQL query to use to delete rows from the event table after they have been ingested.

You can use the placeholder @Clause in the query. The connector replaces this with a clause that identifies the rows that have been ingested.

When you set this parameter, the connector operates in event-table mode. On each synchronize cycle, the connector runs the query specified by the SQL parameter to extract information from the table. It then uses the query specified by this parameter to delete the rows that it has processed. This mode cannot handle modified or deleted documents. Every row that the connector reads from the event table is ingested as a new document.

Type: String
Default:  
Required: Required to retrieve information from an event table, otherwise not required
Configuration Section: TaskName or FetchTasks
Example: DeleteEventSQL=DELETE FROM eventtable WHERE @Clause
See Also: SQL

_FT_HTML5_bannerTitle.htm