Versions Compared

Key

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

...

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
minazuresql
minazuresql
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
recomazuresql
recomazuresql
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:

...