Does anyone know how to get rid of the (return status = 0) on the bottom of my output text file when running my sql job? I have tried to 'set nocount on' but it doesnt seem to work.
We kick a lot of isql jobs off via unix shell scripts, and pipe the output to grep -v 'return status ='. Unfortunately 'nocount' only gets rid of the ".... rows affected" lines.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.