When we use SELECT and DML statement in SQL, SQL server returns a message which specify the number of rows effected by these statements. How to disable this?
SET NOCOUNT ON
SET ARITHABORT ON
SET NOCOUNT OFF
SET ARITHABORT OFF