dbcc dbrepair

Description

A Transact-SQL command that clears the secondary truncation point for an offline replicated database.

Syntax

dbcc dbrepair(database_name, ltmignore)

Parameters

database_name

The name of the database for which you want to clear the secondary truncation point.

ltmignore

Deactivates the secondary truncation point in the named database.

Usage

See also

dbcc settrunc