Getting Rid of Rows Affected Message

  • Hi,

    How do I inhibit the nn Rows Affected message at the end of a query in the SQL Query Analyzer?  I don't want the message to appear in my ouput file when I select Results to File.  I am using SQL Server 2000.

    Thanks,

    Mark

  • Use

    SET NOCOUNT ON

    before your query

    Far away is close at hand in the images of elsewhere.
    Anon.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply