Create a Monitor User for AimBetter
Copy and Run this Create AimBetter SQL User Script on your SSMS tool with sysadmin permission. In this script, the username is AimBetter, and you need to substitute {Password} with your chosen password.
Notice
For Priority customers:
Additional permission should be granted to enable AimBetter to display the Priority screen name of each query, as explained here.
Replicated Database Monitor User for AimBetter
If you want to also monitor a replicated database (Secondary Database) such as mirror / log-shipping /Always On, after creating the AimBetter SQL User on the Primary Database:
- On the Primary Database, run this Copy Monitor User Script.
- Copy the output from the above execution.
- On the Secondary Database, run this Create Monitor User on Secondary Database Script, replacing the word OUTPUT (besides @jobId =) in the script with the above output.
Notice
In the script of Step 3, substitute the word OUTPUT with the output from Step 2.