sp_helpreplicationoption (Transact-SQL)
Shows the types of replication options enabled for a server. This stored procedure is executed at any server on any database.
Transact-SQL Syntax Conventions
- [ @optname =] 'option_name'
-
Is the name of the replication option to query for. option_name is sysname, with a default of NULL.
Value Description transactional
A result set is returned when transactional replication is enabled.
merge
A result set is returned when merge replication is enabled.
NULL (default)
A result set is not returned.
| Column name | Data type | Description |
|---|---|---|
|
optname |
sysname |
Name of the replication option and can be one of the following: transactional merge |
|
value |
bit |
For internal use only. |
|
major_version |
int |
For internal use only. |
|
minor_version |
int |
For internal use only. |
|
revision |
int |
For internal use only. |
|
install_failures |
int |
For internal use only. |