Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The minimum permission required to run an a user creation script for Azure SQL is Server Admin rights.

Info

For more information about the characteristics of the Server admin and Azure Active Directory admin accounts, review Controlling and granting database access to SQL Database and SQL Data Warehouse.

The user creation scripts for Azure SQL are detailed, as follows:

Tip

The Azure SQL recommended permissions for managed instances in SQLDM are the same as On-Premises recommended permissions.

Anchor
mini
mini
Minimum Permissions Azure SQL

SQL Diagnostic Manager now includes a SQL script to create a new user with minimum permissions for the product to function:

  1. Use the Find/Replace function to locate and replace all references of 'SQLdmConsoleUser' with the name of your SQLdm Monitor User.
  2. Connect to the Azure SQL Server, execute the first section of the script against the master database and the second section of the script against the target databases.
    Find the MinimumPermissionsAzure.sql script below:
    Attachments
    uploadfalse
    oldfalse
    labelsminimum


Anchor
recomen
recomen
Recommended Permissions Azure SQL

SQL Diagnostic Manager now includes a SQL script to create a new user with minimum permissions for the product to function:

  1. Use the Find/Replace function to locate and replace all references to 'SQLdmConsoleUser' with the name of your SQLdm Monitor User.
  2. Connect to the Azure SQL Server and execute the first section of the script against the master database and the second section of the script against the target databases.
    Find the RecommendedPermissionsAzure.sql script below:
    Attachments
    previewfalse
    uploadfalse
    oldfalse
    labelsrecommended

...