I followed the instructions here which suggested me to create links. But turns out the mssql-tools is not found in /opt directory even though i had just installed it. What should i do to get sqlcmd working?
Asked
Active
Viewed 935 times
0
-
Please add your OS/Version – BulletBob Mar 26 '20 at 12:27
-
@StrabagISS_Krall I am using Ubuntu 18.04.4 LTS – Emile Rivere Mar 26 '20 at 13:03
-
What is the content of your `/opt` directory? What is the output of `ls -l /usr/bin/sqlcmd` and `ls -l /usr/bin/bcp`? – BulletBob Mar 26 '20 at 13:05
-
@StrabagISS_Krall The output for the cmds are /usr/bin/sqlcmd -> /opt/mssql-tools/bin/sqlcmd and /usr/bin/bcp -> /opt/mssql-tools/bin/bcp – Emile Rivere Mar 27 '20 at 11:24