Controls whether a message that shows the number of rows affected by a Transact-SQL statement or stored procedure is returned after the result set. Controls whether a message that shows the number of ...
The SET NOCOUNT statement is used in Transact-SQL (T-SQL) to control the message returned to the client about the number of rows affected by a Transact-SQL statement. When SET NOCOUNT is turned ON, ...