What are the advantages and disadvantages of turning NOCOUNT off in SQL server queries?
NOCOUNT
Stops the message indicating the number of rows affected by a Transact-SQL statement from being returned as part of the results.