Skip to content

Commit 7694bf2

Browse files
add period line 362
1 parent bf4b574 commit 7694bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-database/sql-database-service-tier-hyperscale-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ You can connect to these additional read-only compute nodes by setting the `Appl
359359
### How do I validate if I have successfully connected to secondary compute node using SSMS / other client tools?
360360

361361
You can execute the following T-SQL query using SSMS / other client tools:
362-
`SELECT DATABASEPROPERTYEX ( '<database_name>' , 'updateability' )`
362+
`SELECT DATABASEPROPERTYEX ( '<database_name>' , 'updateability' )`.
363363
The result is `READ_ONLY` if you your connection is pointing to the read-only secondary node or `READ_WRITE` if your connection is pointing to the primary node.
364364

365365
### Can I create a dedicated endpoint for the read-scale replica

0 commit comments

Comments
 (0)