Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/database_monitoring/setup_sql_server/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ Complete the following steps to install the [Datadog Cluster Agent][1] on your K
username: datadog
password: 'ENC[datadog_user_database_password]'
connector: 'odbc'
driver: 'ODBC Driver 18 for SQL Server'
driver: '{ODBC Driver 18 for SQL Server}'
include_ao_metrics: true # Optional: For AlwaysOn users
tags: # Optional
- 'service:<CUSTOM_SERVICE>'
Expand Down Expand Up @@ -356,7 +356,7 @@ instances:
username: datadog
password: 'ENC[datadog_user_database_password]'
connector: "odbc"
driver: "ODBC Driver 18 for SQL Server"
driver: '{ODBC Driver 18 for SQL Server}'
tags: # Optional
- 'service:<CUSTOM_SERVICE>'
- 'env:<CUSTOM_ENV>'
Expand Down
4 changes: 2 additions & 2 deletions content/en/database_monitoring/setup_sql_server/gcsql.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Complete the following steps to install the [Datadog Cluster Agent][1] on your K
username: datadog
password: 'ENC[datadog_user_database_password]'
connector: 'odbc'
driver: 'ODBC Driver 18 for SQL Server'
driver: '{ODBC Driver 18 for SQL Server}'
tags: # Optional
- 'service:<CUSTOM_SERVICE>'
- 'env:<CUSTOM_ENV>'
Expand Down Expand Up @@ -283,7 +283,7 @@ instances:
username: datadog
password: 'ENC[datadog_user_database_password]'
connector: "odbc"
driver: "ODBC Driver 18 for SQL Server"
driver: '{ODBC Driver 18 for SQL Server}'
tags: # Optional
- 'service:<CUSTOM_SERVICE>'
- 'env:<CUSTOM_ENV>'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ To connect SQL Server (either hosted on Linux or Windows) to a Linux host:
# enable the odbc connector
connector: odbc
# enable the ODBC driver
driver: ODBC Driver 13 for SQL Server
driver: '{ODBC Driver 13 for SQL Server}'
username: <USERNAME>
password: <PASSWORD>
```
Expand Down
Loading