We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fdb3b commit dcacbb1Copy full SHA for dcacbb1
sqlserver/README.md
@@ -34,6 +34,7 @@ Proceed with the following steps in this guide only if you are installing the st
34
35
```SQL
36
CREATE LOGIN datadog WITH PASSWORD = '<PASSWORD>';
37
+ USE master;
38
CREATE USER datadog FOR LOGIN datadog;
39
GRANT SELECT on sys.dm_os_performance_counters to datadog;
40
GRANT VIEW SERVER STATE to datadog;
0 commit comments