I am using NVIDIA Jetson Orin nano board (which is based on ARM64 architecture) to as an IoT Edge device to deploy Azure Edge modules from Azure marketplace.I have deployed the temperature sensor and SQL Edge module modules inside the board, and they are running perfectly.
But when I am going inside the SQL Edge container to connect using sqlcmd (using https://learn.microsoft.com/en-us/azure/azure-sql-edge/connect) I can't find it.
So, I searched the official documentation and found out that SQL client tools are not available on ARM64 platform.So is there a solution to how we can use sqlcmd?
mssql@e0f0035b988c:/$ /opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P '<YourPassword>'bash: /opt/mssql-tools/bin/sqlcmd: No such file or directory