You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 23 Next »

SQL Diagnostic Manager allows you to monitor SQL Server instances without SysAdmin rights. However, these lowered permissions limit the availability of data.

Minimum permissions on premises

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

  1. Use the Find/Replace function to locate and replace all references of 'SQLdmCollectionUser' with the SQL user that is being used for monitoring the SQL Server instance.
  2. Connect to the SQL Server that you want to monitor with Admin user and run this script to assign the minimum permissions to the SQL user to view the data in most of the screens of the application.
    Find the MinimumPermissionsOnPremises.sql script below:

Recommended permissions on premises

SQL Diagnostic Manager also includes a SQL script to create new user with minimum permissions necessary for the product to function.

  1. Use the Find/Replace function to locate and replace all references of 'SQLdmCollectionUser' with the SQL user that is being used for monitoring the SQL Server instance.
  2. Connect to the SQL Server that you want to monitor with Admin user and run this script to assing the recommended permissions to the SQL user to view the data in most of the screens of the application.
    Find the RecommendedPermissionsOnPremises.sql script below:


SQL Diagnostic Manager identifies and resolves SQL Server performance problems before they happen. Learn more > >
  • No labels