79222645

Date: 2024-11-25 10:35:20
Score: 1.5
Natty:
Report link

driver=SQL+Server is no longer maintained.

Instead use ODBC Driver 17 for SQL Server or ODBC Driver 18 for SQL Server.

If using connectorx:

conn = (
    f"mssql://{username}:{quote_plus(password)}@{server}:{port}/{database}"
    "?driver=ODBC+Driver+18+for+SQL+Server&MultiSubnetFailover=Yes"
)
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: keithwalsh