File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -482,14 +482,13 @@ files:
482482 type : string
483483 - name : adoprovider
484484 description : |
485- Choose the ADO provider. Note that the (default) provider
486- SQLOLEDB is being deprecated. To use the newer MSOLEDBSQL
485+ Choose the ADO provider. Note that SQLOLEDB is deprecated. To use the MSOLEDBSQL
487486 provider, set the adoprovider to "MSOLEDBSQL" below or "MSOLEDBSQL19" for version 19 of the driver.
488487 You will also need to download the new provider from
489488 https://docs.microsoft.com/en-us/sql/connect/oledb/oledb-driver-for-sql-server?view=sql-server-2017
490489 value :
491490 type : string
492- example : SQLOLEDB
491+ example : MSOLEDBSQL
493492 - name : connector
494493 description : |
495494 Change the connection method from adodbapi (the default) to
Original file line number Diff line number Diff line change 1+ Clarifies the default ADO provider in conf.yaml.example
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def shared_propagate_agent_tags():
1313
1414
1515def instance_adoprovider ():
16- return 'SQLOLEDB '
16+ return 'MSOLEDBSQL '
1717
1818
1919def instance_autodiscovery_db_service_check ():
Original file line number Diff line number Diff line change @@ -328,14 +328,13 @@ instances:
328328 #
329329 # db_fragmentation_object_names: []
330330
331- ## @param adoprovider - string - optional - default: SQLOLEDB
332- ## Choose the ADO provider. Note that the (default) provider
333- ## SQLOLEDB is being deprecated. To use the newer MSOLEDBSQL
331+ ## @param adoprovider - string - optional - default: MSOLEDBSQL
332+ ## Choose the ADO provider. Note that SQLOLEDB is deprecated. To use the MSOLEDBSQL
334333 ## provider, set the adoprovider to "MSOLEDBSQL" below or "MSOLEDBSQL19" for version 19 of the driver.
335334 ## You will also need to download the new provider from
336335 ## https://docs.microsoft.com/en-us/sql/connect/oledb/oledb-driver-for-sql-server?view=sql-server-2017
337336 #
338- # adoprovider: SQLOLEDB
337+ # adoprovider: MSOLEDBSQL
339338
340339 ## @param connector - string - optional - default: adodbapi
341340 ## Change the connection method from adodbapi (the default) to
You can’t perform that action at this time.
0 commit comments