You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ODBC version of sqlcmd supports the reset command, which discards the batch (as opposed to go, which sends the batch to the server).
The Go version of sqlcmd does not seem to support reset, but my scripts use it. Please add support for reset?