We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b51fb5 commit 551ab85Copy full SHA for 551ab85
articles/synapse-analytics/sql/sql-authentication.md
@@ -44,7 +44,7 @@ The **Server admin** and **Azure AD admin** accounts have the following characte
44
- Can add and remove members to the `dbmanager` and `loginmanager` roles.
45
- Can view the `sys.sql_logins` system table.
46
47
-## [SQL on-demand (preview)](#tabs/serverless)
+## [SQL on-demand (preview)](#tab/serverless)
48
49
To manage the users having access to SQL on-demand, you can use the instructions below.
50
@@ -66,7 +66,7 @@ CREATE USER [[email protected]] FROM EXTERNAL PROVIDER;
66
67
Once login and user are created, you can use the regular SQL Server syntax to grant rights.
68
69
-## [SQL pool](#tabs/provisioned)
+## [SQL pool](#tab/provisioned)
70
71
### Administrator access path
72
0 commit comments