...
See Database Users, Roles, and Passwords for a general database setup for Datical DB.
Create a Login User
Create a login user (datical_login
) for databases under Datical DB management.
Step 1: Identify the appropriate permissions for the Datical Login User
You must have the VIEW SERVER STATE
permission, which is required for all environments and Datical operations. The permission allows reading data from dynamic management views scoped to the server.
You can use the VIEW SERVER STATE
permission to monitor the health of a server instance, tune performance, or diagnose problems.
Step 2: Grant the appropriate permissions to the Datical Login User
Make sure that you are connected to the master database and the user you will create has access to read the metadata.
...
Info |
---|
The default Azure password complexity rules are the following: minimum length of 8 characters, minimum of 1 uppercase character, minimum of 1 lowercase character, minimum of 1 number. |
Create a Database User
Create a user (datical_user
) for databases under Datical DB management and assign the needed roles to the user.
Step 1: Identify the appropriate permissions for the Datical User
Datical permissions that are required for all environments:
...
|
Step 2: Grant the appropriate permissions as defined to the Datical User
Info |
---|
Additional permissions are typically added to the reference database environments. |
...