Is there a way to suppress \"x rows affected\" in SQLCMD from the command line?
I\'m running an MSBuild script and don\'t want it clogging up my log on my build se
What about creating a startup script with SET NOCOUNT ON in the script (assign the script to the SQLCMDINI environment variable). http://msdn.microsoft.com/en-us/library/ms162773.aspx