Skip to content

Commit dcacbb1

Browse files
authored
Update README.md
1 parent 57fdb3b commit dcacbb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlserver/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Proceed with the following steps in this guide only if you are installing the st
3434

3535
```SQL
3636
CREATE LOGIN datadog WITH PASSWORD = '<PASSWORD>';
37+
USE master;
3738
CREATE USER datadog FOR LOGIN datadog;
3839
GRANT SELECT on sys.dm_os_performance_counters to datadog;
3940
GRANT VIEW SERVER STATE to datadog;

0 commit comments

Comments
 (0)