Skip to content

Commit 7bdc562

Browse files
authored
Raising Acrolinx score above 80
1 parent b9e9562 commit 7bdc562

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/synapse-analytics/sql/resources-self-help-sql-on-demand.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ If you are getting the error '*CREATE DATABASE failed. User database limit has b
695695

696696
### Please create a master key in the database or open the master key in the session before performing this operation.
697697

698-
If your query fails with the error message *Please create a master key in the database or open the master key in the session before performing this operation*, it means that your user database has no access to a master key at the moment.
698+
If your query fails with the error message '*Please create a master key in the database or open the master key in the session before performing this operation*', it means that your user database has no access to a master key at the moment.
699699

700700
Most likely, you just created a new user database and did not create a master key yet.
701701

@@ -905,7 +905,7 @@ If a user cannot access a lake house or Spark database, it might not have permis
905905
Dataverse tables are accessing storage using the callers Azure AD identity. SQL user with high permissions might try to select data from a table, but the table would not be able to access Dataverse data. This scenario is not supported.
906906

907907
### Azure AD service principal login failures when SPI is creating a role assignment
908-
If you want to create role assignment for Service Principal Identifier/Azure AD app using another SPI, or have already created one and it fails to login, you're probably receiving following error:
908+
If you want to create role assignment for Service Principal Identifier/Azure AD app using another SPI, or have already created one and it fails to log in, you're probably receiving following error:
909909
```
910910
Login error: Login failed for user '<token-identified principal>'.
911911
```
@@ -950,7 +950,7 @@ Connect to serverless SQL endpoint and verify that the external login with SID `
950950
select name, convert(uniqueidentifier, sid) as sid, create_date
951951
from sys.server_principals where type in ('E', 'X')
952952
```
953-
or just try to login on serverless SQL endpoint using the just set admin app.
953+
or just try to log in on serverless SQL endpoint using the just set admin app.
954954

955955
## Constraints
956956

0 commit comments

Comments
 (0)