From d83b0a9e8ca4bf294ce23b86f11f27cd260f65b7 Mon Sep 17 00:00:00 2001 From: dat-a-man <98139823+dat-a-man@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:30:03 +0000 Subject: [PATCH] Updated --- docs/website/docs/dlt-ecosystem/verified-sources/sql_database.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/website/docs/dlt-ecosystem/verified-sources/sql_database.md b/docs/website/docs/dlt-ecosystem/verified-sources/sql_database.md index 5b9441da75..c0bb7ebc90 100644 --- a/docs/website/docs/dlt-ecosystem/verified-sources/sql_database.md +++ b/docs/website/docs/dlt-ecosystem/verified-sources/sql_database.md @@ -565,6 +565,7 @@ sources.sql_database.credentials="mssql+pyodbc://loader:loader@localhost/dlt_dat ``` **To fix MS SQL Server connection issues with ConnectorX**: + Some users have reported issues with MS SQL Server and Connector X. The problems are not caused by `dlt`, but by how connections are made. A big thanks to [Mark-James M](https://github.com/markjamesm) for suggesting a solution.