.NET devs have been struggling to deal with errors affecting non-Windows SqlClients under heavy load Share Copy Back in February, .NET software developers using Microsoft.Data.SqlClient, an open source data access driver for Microsoft SQL Server, noticed that certain queries were slow or timed out on Linux under specific circumstances. The issue (#442), reported on GitHub, has lingered unfixed for almost a year now. In July, Nerijus Arlauskas, a developer based in Lithuania, found that non-Windows clients (macOS, Linux, WSL, Docker) sometimes returned invalid results for queries, a se...