Timeline for Connecting to SQL Server 2012 using sqlalchemy and pyodbc
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 19, 2019 at 8:28 | comment | added | kishea | @shshnk the comma is automatically translated somehow, its considered as like part of hostname i believe thats why both solutions work | |
| Nov 19, 2019 at 4:56 | comment | added | shshnk | I am surprised that : worked. For sql server even if you see here stackoverflow.com/questions/5294721/… . The answer is to use a ,. I am using ODBC+Driver+17+for+SQL+Server if that makes any difference. | |
| Nov 18, 2019 at 19:16 | comment | added | ssword | @shshnk, I have checked both hostname,port and hostname:port on my mac, both worked. | |
| Nov 18, 2019 at 9:19 | comment | added | shshnk | This answer helped me but just adding that if someone is mentioning port as well then it should be given as hostname,port and not as hostname:port. mssql expects a comma and not colon. | |
| Mar 27, 2018 at 18:46 | history | edited | ssword | CC BY-SA 3.0 | edited body |
| Mar 27, 2018 at 18:28 | history | answered | ssword | CC BY-SA 3.0 |