Member-only story
Working with Database-MSSQL Server (Step 5)- CSI: Troubleshooting in Microsoft SQL Server containers
In this section, I will talk about the problems and solutions I encountered while installing and running the Microsoft SQL Server. I will write the resources and solutions I used to fix the errors. Normally, the “Writing Dockerfiles and Docker compose file for Web app and MS SQL Server” article was next, but due to requests from readers, I gave priority to the “Step-5 CSI: Troubleshooting in Microsoft SQL Server containers” article and published it now.
9 min readAug 17, 2023
The errors and solutions we will talk about:
- Error-4:
[sqlsrv_errors] => SQLSTATE[HYT00]: [Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired) DB failed to connect.
- Error-1:
“sqlcmd: command not found” sqlcmd not available after installing MySQL-tools.
- Error-2:
Couldn’t connect to Docker daemon at http+docker://localhost
- Error-3:
for PHP can not start service php: driver failed
…