Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Suppressing select output 1

Status
Not open for further replies.

bessebo

IS-IT--Management
Jan 19, 2001
766
US
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?

Thanks,
Bessebo
 
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, @..
 
Thanks JohnFill. I thought this was the case...

Bessebo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top