Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.14 KB

msreplication-options-transact-sql.md

File metadata and controls

35 lines (30 loc) · 1.14 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs
MSreplication_options (Transact-SQL)
MSreplication_options (Transact-SQL)
VanMSFT
vanto
03/04/2017
sql
replication
reference
MSreplication_options
MSreplication_options_TSQL
MSreplication_options system table
TSQL

MSreplication_options (Transact-SQL)

[!INCLUDE SQL Server]

The MSreplication_options table stores metadata that is used internally by replication. This table is stored in the master database.

Column name Data type Description
optname sysname Internal use only.
value bit Internal use only.
major_version int Internal use only.
minor_version int Internal use only.
revision int Internal use only.
install_failures int Internal use only.

See Also

Replication Tables (Transact-SQL)