Skip to content

Commit ca32be6

Browse files
1 parent 8d2a718 commit ca32be6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/replication/security/view-and-modify-replication-security-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016"
292292

293293
1. At the Publisher on the publication database, execute [sp_helpsubscription](../../../relational-databases/system-stored-procedures/sp-helpsubscription-transact-sql.md), specifying `@publication` and `@subscriber`. This returns subscription properties, including security settings for the Distribution Agent running at the Distributor.
294294

295-
2. At the Publisher on the publication database, execute [sp_changesubscription](../../../relational-databases/system-stored-procedures/sp-changesubscription-transact-sql.md), specifying `@publication`, `@subscriber`, `@subscriber_db**`, a value of `all` for `@article`, the name of the security property for `@property`, and the new value of the property for `@value`.
295+
2. At the Publisher on the publication database, execute [sp_changesubscription](../../../relational-databases/system-stored-procedures/sp-changesubscription-transact-sql.md), specifying `@publication`, `@subscriber`, `@subscriber_db`, a value of `all` for `@article`, the name of the security property for `@property`, and the new value of the property for `@value`.
296296

297297
3. Repeat step 2 for each of the following security properties being changed:
298298

0 commit comments

Comments
 (0)