printing multiple sql statements and results

partha

Member²
If I have multiple sql statements in a window, how can I print all the statements and all the results in one shot?
 
is there a way to set the output of sql statements to appear one below the other in plain text instead of in different tabs? SQL Query Analyzer has this feature and it's very useful.
 
Right click in the SQL code window, select change window type and change it to a command window, then execute it and the results will print sequentially, as they would in sqlplus.
 
Back
Top