I'm trying to connect my laravel to SQL Server and it show the error below
SQLSTATE[08001]: [Microsoft][ODBC Driver 11 for SQL Server]ODBC Driver 11 for SQL Server does not support connections to SQL Server 2000 or earlier versions.
I'm using php 7.3 and I already download the dll for 7.3.
How can I solve this?