Skip to content

Commit 5fe40d0

Browse files
Update sql-database-active-geo-replication.md
Correcting alter role command
1 parent 8649f04 commit 5fe40d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-database/sql-database-active-geo-replication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The client performing the changes needs network access to the primary server. Al
141141

142142
```sql
143143
create user geodrsetup for login geodrsetup
144-
alter role geodrsetup dbmanager add member geodrsetup
144+
alter role dbmanager add member geodrsetup
145145
```
146146

147147
1. Take note of the SID of the new login using this query:

0 commit comments

Comments
 (0)