in reply to Re^2: Perl activation of MS SQL SPROCS
in thread Perl activation of MS SQL SPROCS
10. Include SET NOCOUNT ON statement into your stored procedures to stop the message indicating the number of rows affected by a T-SQL statement.
This can reduce network traffic, as your client will not receive the message indicating the number of rows affected by a T-SQL statement.