Forum Discussion
DavidR20
Aug 24, 2024Copper Contributor
How to link SQL Server drivers to iODBC on mac?
I just started running SQL Server on a Mac with Apple Silicon, using these instructions. It runs inside a Docker instance, which runs inside Ubuntu with x86_64 emulation, inside of macOS by way of Pa...
Aug 26, 2024
Hello
I'll suggest you to verify that you have sql connectivity from outside Docker/sql container. Basically install Azure Data Studio https://learn.microsoft.com/en-us/azure-data-studio/download-azure-data-studio and try to connect to the sql instance within the container , so with that you are 100% sure that connectivity is fine. Make sure that it publish TCP port 1433
Regards
Javier
I'll suggest you to verify that you have sql connectivity from outside Docker/sql container. Basically install Azure Data Studio https://learn.microsoft.com/en-us/azure-data-studio/download-azure-data-studio and try to connect to the sql instance within the container , so with that you are 100% sure that connectivity is fine. Make sure that it publish TCP port 1433
Regards
Javier
DavidR20
Aug 26, 2024Copper Contributor
Javier_Villegas As I wrote above, I did that: "I am able to connect SSMS to the server instance"