I´m running MacOS 14.7.1, with SQL Server 2019 latest running in a container, and while on Windows 11 it works fine, on Mac it crashes with
- Script log:
Microsoft.Data.SqlClient.SqlException (0x80131904): A
transport-level error has occurred when receiving results from the
server.
- SQL server log:
2024-12-05 14:14:49.43 Logon Login failed for
user ‘xx’. Reason: Failed to open the explicitly specified database
‘Table1’. [CLIENT: 172.18.0.1]
Disabling MEMORY_OPTIMIZED = ON makes it work. I tried to update the SQL version, but I get the same issue.
Server side config looks good, I´m stuck on troubleshooting. Any ideas?