Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 24f9a78

Browse files
authored
removed is_subscribed
1 parent ee5e302 commit 24f9a78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-stored-procedures/sp-replicationdboption-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ sp_replicationdboption [ @dbname= ] 'db_name'
6363
## Remarks
6464
**sp_replicationdboption** is used in snapshot replication, transactional replication, and merge replication.
6565

66-
This procedure creates or drops specific replication system tables, security accounts, and so on, depending on the options given. Sets the corresponding **is_published** (transacational or snapshot replication), **is_subscribed**, **is_merge_published** (merge replication), or **is_distributor** bits in the **master.databases** system table and creates the necessary system tables.
66+
This procedure creates or drops specific replication system tables, security accounts, and so on, depending on the options given. Sets the corresponding **is_published** (transacational or snapshot replication), **is_merge_published** (merge replication), or **is_distributor** bits in the **master.databases** system table and creates the necessary system tables.
6767

6868
To disable publishing, the publication database must be online. If a database snapshot exists for the publication database, it must be dropped before disabling publishing. A database snapshot is a read-only offline copy of a database, and is not related to a replication snapshot. For more information, see [Database Snapshots (SQL Server)](../../relational-databases/databases/database-snapshots-sql-server.md).
6969

0 commit comments

Comments
 (0)