oldest supported version of sql
byronmiddleton
Posts: 2 New member
Hi, I have some very old sql versions still (version locked app) and I get the error The SQL Server instance returned an invalid or unsupported protocol version during login negotiation so I was just wondering which versions of sql the application supports
Answers
https://documentation.red-gate.com/sql-data-catalog/getting-started/requirements
The SQL Server backing database must be SQL Server 2012 or higher.
The app will be fine on the SQL 2019 server.
If you are auditing the 2008r server then that should also be OK. That is the earliest version that is supported so I'm not sure SQL server 2000 will work though.