Is there a way to suppress the "x lines affected" in SQLCMD from the command line?
I am running an MSBuild script and do not want it to clog my log on my build server.
I would prefer not to add βSET NOCOUNT ONβ to every script, so if there is a way to do this from the command line, it will be fantastic.
sql-server rows sqlcmd
Josh Kodroff Jan 6 2018-10-06 15:47
source share