I have a stored procedure that I am running interactively via the Query Analyzer (SQL 7.0). I want to suppress any output from a select statement. How do I do this?
on select statement you can't supress them. Result of operations you also can't supress. Only outputs from cursors you ca suppress
fetch next from yourcurson into @varable1, @..
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.