Bookmark and Share

Tuesday, April 28, 2009

Disable the message "Rows processed" in Sql Query Analyzer

Here is how to disable the annoying message "Rows processed: 1" displayed when you execute queries using Sql Query Analyzer:


Th command is :
SET NOCOUNT ON
go



Simple?

No comments:

Post a Comment