Is there a way to suppress “x rows affected” in SQLCMD from the command line?
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