You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| password | required | Use system variables to retrieve this value securely. |
42
43
| database | required | Provide an identifier for your database. |
43
44
| schema | required | Provide an identifier for the schema in which your dataset exists. |
44
-
| trusted_connection | optional | Indicate connection trustworthiness by providing a boolean value: `true`or `false`. The default value is `false`. Set to `true` if you are using Active Directory authentication. |
45
+
| trusted_connection | optional | Indicate connection trustworthiness by providing a boolean value: `true`or `false`. The default value is `false`. Set to `true` if you are using Active Directory authentication. |
45
46
| encrypt | optional | Indicate the encryption status by providing a boolean value: `true`or `false`. The default value is `false`. |
46
47
| trust_server_certificate | optional | Specifies whether encryption occurs if there is no verifiable server certificate. Providing a boolean value: `true`or `false`. The default value is `false`. |
47
48
| driver | optional | Use this config setting to specify the ODBC driver version you use. For example, `SQL Server Native Client 11.0` or `ODBC Driver 18 for SQL Server`. |
0 commit comments