Skip to content

Commit

Permalink
Added note for missing credentials error for windows authentication (#…
Browse files Browse the repository at this point in the history
…2095)

* Updated SQL server documentation

* Updated as per comments
  • Loading branch information
dat-a-man authored Jan 2, 2025
1 parent e91de1f commit 63c9aa9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/website/docs/dlt-ecosystem/destinations/mssql.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ 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.
:::

**To connect to a local SQL server instance running without SSL**, pass the `encrypt=no` parameter:
```toml
destination.mssql.credentials="mssql://loader:loader@localhost/dlt_data?encrypt=no"
Expand Down

0 comments on commit 63c9aa9

Please sign in to comment.