I am executing an sql script through a batch file
sqlcmd /S<machine> /Usa /Paaa123 /i "<sql file>" > "results.txt"
After the above gets executed the resultant file has "(8890 rows affected) " as a part of the result file which I want to suppress.