• Run this query:

    SELECT * from syscomments

    where text like '%NOCOUNT OFF%'

    Some people have a habit to add SET NOCOUNT OFF to the code of their procedures.

    _____________
    Code for TallyGenerator