Replies: 1 comment 1 reply
-
My guess would be that your query takes to long to return a response (tiny_tds default is 5 seconds: https://github.com/rails-sqlserver/tiny_tds#tinytdsclient-usage). You could try passing the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I connect to a MSSQL server via Sequel for an ETL job and sporadically get this error.
Establish connection to db:
i.e. this code throws the error:
here's the backtrace:
Do you have a hint, what could be the reason, or, how I could workaround this? I haven't worked much with MSSQL before. Previously, I received this data from an Oracle DB, and never had any problems.
Thanks
wuarmin
Beta Was this translation helpful? Give feedback.
All reactions