-
Change SQLCMD default editor
In SQLCMD, if you type ed, it will invoke a text editor and put the last command you run in the editor buffer. The default editor is Edit, a command line editor of DOS. This behavior is very similar to Oracle Sql Plus, by the way. The difference is that in Sql Plus, you can…