Python - Can't Connect To Ms Sql
When I try to connect to MS SQL, I got this error: > pyodbc.Error: ('08001', '[08001] [Microsoft][ODBC Driver 13 for SQL > Server]SQL Server Network Interfaces: Error Locatin
Solution 1:
In my case, it was solved by activating SQL Server (SQLEXPRESS)
in services. It turns out, it doesn't turn on automatically when the computer starts.
Post a Comment for "Python - Can't Connect To Ms Sql"