Skip to content

Commit

Permalink
Update MSOLEDBSQL provider details (#14198)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladas-visma authored Nov 8, 2023
1 parent aa2d95b commit 0e7a372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ To configure this check for an Agent running on a host:

See the [example check configuration][6] for a comprehensive description of all options, including how to use custom queries to create your own metrics.

**Note**: The (default) provider `SQLOLEDB` is being deprecated. To use the newer `MSOLEDBSQL` provider, set the `adoprovider` variable to `MSOLEDBSQL` in your `sqlserver.d/conf.yaml` file after having downloaded the new provider from [Microsoft][7]. It is also possible to use the Windows Authentication and not specify the username/password with:
**Note**: The (default) provider `SQLOLEDB` is being deprecated. To use the newer `MSOLEDBSQL` provider, set the `adoprovider` variable to `MSOLEDBSQL19` in your `sqlserver.d/conf.yaml` file after having downloaded the new provider from [Microsoft][7]. If you're using `MSOLEDBSQL` version 18 or lower, set the `adoprovider` variable to `MSOLEDBSQL` instead. It is also possible to use the Windows Authentication and not specify the username/password with:
```yaml
connection_string: "Trusted_Connection=yes"
Expand Down

0 comments on commit 0e7a372

Please # to comment.