in reply to Re^18: install_driver(ODBC) mac mojave 10.14.2
in thread install_driver(ODBC) mac mojave 10.14.2

mysql --version mysql Ver 8.0.13 for osx10.14 on x86_64 (Homebrew)

mysql is not the same thing as MS SQL Server.

Replies are listed 'Best First'.
Re^20: install_driver(ODBC) mac mojave 10.14.2
by raventheone (Novice) on Jan 25, 2019 at 14:49 UTC
    how would i see the version installed?

      Assuming you can connect in some other fashion SELECT @@version should work. Failing that you could ask your systems administrator. Your initial post mentions 'Azure Data Studio'. I'm sure Azure has some UI to show you what you're running.

Re^20: install_driver(ODBC) mac mojave 10.14.2
by raventheone (Novice) on Jan 25, 2019 at 15:28 UTC
    DESKTOP-J2QR254:etc raventheone$ sqlcmd -S Server -U user -P pw + Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : Can't open li +b 'ODBC Driver 17 for SQL Server' : file not found.

      If your Mac can't connect to the server you're trying to connect to (isn't this what you're trying to fix?) you're going to have to find another way external to this, as per my previous statement.