Skip to content

Commit 5c5cfa3

Browse files
authored
Fix typo in login name (gedrsetup)
1 parent 3c7ec22 commit 5c5cfa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
1010
author: anosov1960
1111
ms.author: sashan
1212
ms.reviewer: mathoma, carlrab
13-
ms.date: 07/09/2019
13+
ms.date: 02/17/2020
1414
---
1515

1616
# Creating and using active geo-replication
@@ -140,7 +140,7 @@ The client performing the changes needs network access to the primary server. Al
140140
1. Create a corresponding user and assign it to the dbmanager role:
141141

142142
```sql
143-
create user geodrsetup for login gedrsetup
143+
create user geodrsetup for login geodrsetup
144144
alter role geodrsetup dbmanager add member geodrsetup
145145
```
146146

0 commit comments

Comments
 (0)