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
I am encountering an issue when attempting to connect to my Azure SQL Server database using pyodbc and the ODBC Driver 18 for SQL Server on Ubuntu. Below are the details:
Environment
OS: Ubuntu
ODBC Driver: ODBC Driver 18 for SQL Server
pyodbc Version: 5.2.0
Python Version: Python 3.12.3
I am encountering an issue when attempting to connect to my Azure SQL Server database using pyodbc and the ODBC Driver 18 for SQL Server on Ubuntu. Below are the details:
Environment
OS: Ubuntu
ODBC Driver: ODBC Driver 18 for SQL Server
pyodbc Version: 5.2.0
Python Version: Python 3.12.3
Connection Details:
Server: martins.database.windows.net
Database: Stage-MartinsPoint
Username: insightin-martinpoint@martins-point
Password: matins123
Issue
I am getting the error message
Connection failed: ('42000', "[42000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Cannot open server 'martins-point' requested by the login.
I have tried to double cote like
"insightin-martinpoint@martins-point"
and also"insightin-martinpoint//@martins-point"
is there any way to fix this?
The text was updated successfully, but these errors were encountered: