Hi,
I have the following situation
old server 2012R2 with SQL 2012 (Standard)
now I am moving to a new Server
Server 2019 (Essentials) with SQL 2019 (Express)
I transfered the database, and the web application on that server can access it just fine.
Now I want to change the ODBC connection on my Win10 client to access this DB, which worked fine on the 2012-SQL.
I made sure Remote access is enabled, the port is fixed to 1433, the protocolls are all enabled and also the firewall is allowing in coming 1433 connections.
The SQL Browser-Service is started (though it wasn't on the old SQL, but I read this may be a reason)
I tried the Windows integrated "SQL Server" Driver, as well as the "ODBC Driver 17 for SQL Server", neither is working
I get the error from the screenshot (German saying "The SQL Server cannot be found")
Name resolution works of course fine.
I tried "servername\instance" as well as just "servername", none works.
Any suggestions, what I might be missing?