dbcc dbrepair

Description

A Transact-SQL command that turns off replication for an offline database that has a valid secondary truncation point.

Syntax

dbcc dbrepair(database_name, ltmignore)

Parameters

database_name

The name of the database for which you want to turn off replication.

Usage

See also

dbcc settrunc