Skip to content

Commit d2f8df4

Browse files
Update README.md (#20111)
Co-authored-by: Zhengda Lu <zhengda.lu@datadoghq.com>
1 parent 717d94d commit d2f8df4

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)