How to turn off the display message on MS SQL Query Analyser so that when running SELECT statement I don't get message such as:
"(140 row(s) affected)"
Thanks.
Printable View
How to turn off the display message on MS SQL Query Analyser so that when running SELECT statement I don't get message such as:
"(140 row(s) affected)"
Thanks.
I don't think you can do that. That would prevent you from even knowing if any errors occur.