Compatibility

Compatibility & System Requirements

Which SQL Server versions, cloud services, HA topologies and client drivers we work with. We've listed what we have tested and what we haven't, as it stands.

SupportedPartial supportNot supportedNot tested

SQL Server versions

SQL Server versionStatusNotes
SQL Server 2012 / 2014Partial supportWe wrote a separate compatibility path for the legacy Schannel stack and servers that reject TLS 1.3. If the connection fails, you may need to dial the handshake back with upstream_min_tls and UpstreamMaxTLS.
SQL Server 2016 / 2017Not testedThe TDS path does not vary by version, so we do not expect trouble, but these releases are not in our regular test matrix.
SQL Server 2019 / 2022Not testedSame code path as 2016/2017. Worth a verification run in your own environment before you roll it out.
SQL Server 2025Not testedWe have not done any work specific to this release. Get in touch if you want to try it and we will verify it with you.

Cloud SQL services

PlatformStatusNotes
Azure SQL DatabaseNot testedWe have not attempted a deployment on Azure. Nothing in the TDS path suggests it would be a problem.
Azure SQL Managed InstanceNot testedNo verification run against Managed Instance yet.
AWS RDS for SQL ServerNot testedWe have not run or measured it on RDS.
Google Cloud SQL for SQL ServerNot testedCloud SQL is outside our current test scope.

High availability

TopologyStatusNotes
Always On Availability Group listenerNot supportedThe routing layer does not recognize replicas behind a listener. Point the proxy at a single instance instead.
Failover Cluster Instance (FCI)Not supportedOpen connections are not carried over to the new node when a failover happens.
Log shippingNot supportedWe do not route to secondaries, and there is no log-shipping-aware behavior.

Client drivers

DriverStatusNotes
MARS (Multiple Active Result Sets)Partial supportThe code and tests are there, but the proxy clears the MARS flag during pre-login by default. If you hit problems, add MultipleActiveResultSets=false to your connection string.
Connection poolingNot testedPooled connections look no different to the proxy, though we have not measured pool behavior separately.
Bulk insert / BCPNot testedThere is no dedicated path for bulk loads. Try large BCP jobs in a test environment first.
.NET SqlClient / Microsoft.Data.SqlClientNot testedNo driver-specific code path on our side, it uses the standard TDS flow.
JDBC / ODBC / OLE DBNot testedWe do not test against these drivers regularly.
Python pyodbc / Go driverNot testedNot in our test matrix.

Gateway system requirements

TDS proxy port14330 (default, configurable)
Web UI port8080 (default, configurable)
Backend SQL Server port1433 (default)
Runtime dependencyNone. Single Go binary with embedded DuckDB
Operating systemWindows 10 / Windows Server 2016 and later
CPU / RAM / diskNot measured yet, it varies with load profile so we would rather not quote a floor

Linux support

The project compiles for Linux and macOS, and the platform-specific build files are in place. What is missing is a ready installation package (deb/rpm/systemd unit) and any integration testing on those platforms. For now installation and support are Windows-only. Linux is on the roadmap under evaluation; if you need it, tell us, it helps us prioritize.