What are the advantages and disadvantages of turning NOCOUNT off in SQL server queries?
NOCOUNT
I always have it set to ON for the reasons above, but if you have more than 1 result set in your proc it could mess up client code