Skip to content

Commit

Permalink
Updated as per comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man committed Nov 27, 2024
1 parent 6513d74 commit dc84e74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/website/docs/dlt-ecosystem/destinations/mssql.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ You can place any ODBC-specific settings into the query string or **destination.
destination.mssql.credentials="mssql://loader.database.windows.net/dlt_data?trusted_connection=yes"
```

`NOTE: If you encounter missing credentials errors when using Windows authentication, set the 'username' and 'password' as empty strings in the TOML file.`
:::note
If you encounter missing credentials errors when using Windows authentication, set the 'username' and 'password' as empty strings in the TOML file.
:::

**To connect to a local SQL server instance running without SSL**, pass the `encrypt=no` parameter:
```toml
Expand Down

0 comments on commit dc84e74

Please sign in to comment.