I am trying to set up emacs as a database client for a MS SQL Server database with the sql-ms command. I've come across a few different tutorials and questions related to this.
However, I am running into the following problem that I cannot find an answer to. The command sql-ms seems to expect that I am using osql. But the rest of my infrastructure is using sqlcmd. Is it possible to configure sql-ms to use sqlcmd (and point it to a specific installation)? Is there any sql emacs command that I can configure to use sqlcmd?