Skip to content

Commit 3597959

Browse files
authored
Merge pull request #115648 from jovanpop-msft/patch-170
Added tabs for serverless/provisioned
2 parents 5779732 + 551ab85 commit 3597959

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/synapse-analytics/sql/sql-authentication.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The **Server admin** and **Azure AD admin** accounts have the following characte
4444
- Can add and remove members to the `dbmanager` and `loginmanager` roles.
4545
- Can view the `sys.sql_logins` system table.
4646

47-
## SQL on-demand (preview)
47+
## [SQL on-demand (preview)](#tab/serverless)
4848

4949
To manage the users having access to SQL on-demand, you can use the instructions below.
5050

@@ -66,7 +66,7 @@ CREATE USER [[email protected]] FROM EXTERNAL PROVIDER;
6666

6767
Once login and user are created, you can use the regular SQL Server syntax to grant rights.
6868

69-
## SQL pool
69+
## [SQL pool](#tab/provisioned)
7070

7171
### Administrator access path
7272

@@ -122,6 +122,8 @@ Now the user can connect to the `master` database and can create new databases.
122122

123123
The other administrative role is the login manager role. Members of this role can create new logins in the master database. If you wish, you can complete the same steps (create a login and user, and add a user to the **loginmanager** role) to enable a user to create new logins in the master. Usually logins are not necessary as Microsoft recommends using contained database users, which authenticate at the database-level instead of using users based on logins. For more information, see [Contained Database Users - Making Your Database Portable](/sql/relational-databases/security/contained-database-users-making-your-database-portable?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json&view=azure-sqldw-latest).
124124

125+
---
126+
125127
## Non-administrator users
126128

127129
Generally, non-administrator accounts do not need access to the master database. Create contained database users at the database level using the [CREATE USER (Transact-SQL)](https://msdn.microsoft.com/library/ms173463.aspx) statement.

0 commit comments

Comments
 (0)