I suggest backup your database first and go with at least the 2019 or newer version. You can then import your data.
But if laravel won't support them, then use 2017.
Microsoft has how to articles on how to correctly backup and later import data.
I'm tryining to connect to a SQL Server database, but I'm stuck in the error:
SQLSTATE[28000]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Error de inicio de sesión del usuario 'GAConLINE'.
I've tried every possible given solution on the internet. But today I've read this on the Larave documentation:
Currently, Laravel provides first-party support for five databases:
MariaDB 10.3+ (Version Policy) MySQL 5.7+ (Version Policy) PostgreSQL 10.0+ (Version Policy) SQLite 3.26.0+ SQL Server 2017+ (Version Policy)
My SQL Server is 2014 version. Could this be the problem?
Thank you for your help!
Please or to participate in this conversation.