I am working with python, sqlachemy and MSSQL. For no apparent reason I received the following error, it has only happened twice and I have not been able to replicate it.
/usr/local/lib/python3.7/site-packages/sqlalchemy/engine/default.py", line 519, in do_ping
cursor.execute(self._dialect_specific_select_one)
sqlalchemy.exc.DBAPIError: (pyodbc.Error) ('HY000', '[HY000] [FreeTDS][SQL Server]Unknown error (0) (SQLExecDirectW)')
(Background on this error at: http://sqlalche.me/e/dbapi)/n"
Does anyone know why this could happen? Any ideas on how to fix this issue?