This is a discussion on Grid vs Text output within the SQL Server forums, part of the Microsoft SQL Server category; --> In SQL Query Analyzer, there is a Query drop down window that gives you the option to change the ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| In SQL Query Analyzer, there is a Query drop down window that gives you the option to change the output from grid to text for printing if needed. My question is, can this be programmed so a stored procedure will always print in text without having to manually change the window each time the procedure is run? I could find nothing under the logical searches in books online. Thanks JAB |
| ||||
| You can modify the QA to use text or use a grid regardless what you are running in the QA. You can't set default behavior for each object or each type of object. Adi jab wrote: > In SQL Query Analyzer, there is a Query drop down window that gives you > the option to change the output from grid to text for printing if > needed. My question is, can this be programmed so a stored procedure > will always print in text without having to manually change the window > each time the procedure is run? I could find nothing under the logical > searches in books online. > > Thanks JAB |