sqlcmd interactive mode

  • I like sqlcmd.

    The postgresql command line sql utilities allow users to execute an sql statement on one line after pressing enter, I want that. With sqlcmd, I don't like typing xyz <enter> GO <enter>.

    I get what GO is used for, I don't care about that.

    Example statement: select name from sys.columns where object_Id=object_id('roads')

    In sqlcmd interactive mode after typing out the example statement, how can I execute it pressing enter only one time?

  • am I the only one that is bothered by having to type go and enter twice to execute a line of t-sql?

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply