Skip to content

Commit 2984eca

Browse files
fixes MicrosoftDocs/sql-docs/issues/5564 -- missing closing quote
1 parent 08d0cb0 commit 2984eca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/database-engine/availability-groups/windows/replicate-track-change-data-capture-always-on-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ ms.author: mathoma
145145
FROM sys.availability_replicas AS r
146146
JOIN sys.availability_groups AS g
147147
ON r.group_id = g.group_id
148-
WHERE g.name = N'MY_AG_NAME;
148+
WHERE g.name = N'MY_AG_NAME';
149149
```
150150

151151
Either the availability group listener name or the explicit node name can be used to locate the secondary replica. If the availability group listener name is used, access will be directed to any suitable secondary replica.

0 commit comments

Comments
 (0)