Home Forums SQL Server 7,2000 T-SQL Find Affected Row Count from a Dynamic Query RE: Find Affected Row Count from a Dynamic Query

  • Use

    [Code]

    Set NoCount ON

    [/code]

    at the beginning of the script. for good measure, turn it back off when done...