I have problem with executing sp_executesql procedure on SQL Server docker version if I set up collation to Latin1_General_BIN2.
Trying to execute exec sp_executesql 'select 1' I get error:
Msg 17750, Level 16, State 0, Procedure sp_executesql, Line 1 [Batch Start Line 0]
Could not load the DLL (server internal), or one of the DLLs it references. Reason: 126(The specified module could not be found.).
Host OS: Ubuntu 16.04
Docker version: 19.03.6
SQL Server image: mcr.microsoft.com/mssql/server:2019-latest 356de8c1fd95
I had the same issue on 2017 sql server images.