When running a SQL query with output to text we typically get back output like this.
AssetID Occurs
-------------------- -----------
(0 row(s) affected)
Since I am doing thousands of select statements to audit data in my table is there a way to suppress this output on SQL server?