Skip to content

Commit b8cb853

Browse files
committed
typo
1 parent b70f308 commit b8cb853

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ The client performing the changes needs network access to the primary server. Al
143143
create user geodrsetup for login gedrsetup
144144
alter role geodrsetup dbmanager add member geodrsetup
145145
```
146+
146147
1. Take note of the SID of the new login using this query:
147148

148149
```sql
@@ -181,7 +182,7 @@ The client performing the changes needs network access to the primary server. Al
181182

182183
### On the master of the primary server
183184

184-
1. Login to the master of the primary server using the new login.
185+
1. Login to the master of the primary server using the new login.
185186
1. Create a secondary replica of the source database on the secondary server (adjust database name and servername as needed):
186187

187188
```sql

0 commit comments

Comments
 (0)