I want to connect to SQL server using TCP protocol.
I tried Tds, it does not seem to be supporting properly.
mssqlex is not compatible with my current dependencies.
Please let me know, if anybody have connected to SQL over TCP protocol using Tds.
** (DBConnection.ConnectionError) connection not available and request was dropped from queue after 10044ms. This means requests are coming in and your connection pool cannot serve them fast enough. You can address this by:
Ensuring your database is available and that you can connect to it
Tracking down slow queries and making sure they are running fast enough
Increasing the pool_size (although this increases resource consumption)
Allowing requests to wait longer by increasing :queue_target and :queue_interval
See DBConnection.start_link/2 for more information