user20230119
user20230119
Does dataloader.ecto do whole tree loads or do we need to do solution in https://github.com/absinthe-graphql/dataloader/issues/127?
Did anyone compared Elixlsx with Exceed? https://github.com/synchronal/exceed
Updated original issue with more information. Could this be a TDS issue or Azure SQL closing the connection?
Does TDS need to anything for Connectivity from within Azure? https://learn.microsoft.com/en-us/azure/azure-sql/database/connectivity-architecture?view=azuresql#connectivity-from-within-azure > Connectivity from within Azure > If you are connecting from within Azure your connections have a connection policy...
My connection to the SQL server doesn’t disconnect after I changed the SQL server Connection Policy from Default to Proxy. The TCP traffic on port 1433 on the Azure container...
When the Azure container is connected to the SQL server using the Redirect connection policy, it doesn't need the connection on port 1433. It uses the other port in range...
Found similar issue https://github.com/elixir-ecto/tds/issues/109#issuecomment-801515473