Learn more about Toad for SQL Server Find solutions and downloads at the |
Toad for SQL Server 6.6 |
When you execute SQL in the Editor or the Query Builder, a log of executed commands displays in the Messages tab.
Note: The Messages tab only clears when you execute a full script. If you execute a partial script multiple times, each execution displays in the tab.
Tips:
To switch between the grid and a text view of the output, right-click the Messages tab and select Text Output. This is useful when using PRINT statements.
To re-execute a statement, right-click the statement in the Messages tab and select Re-execute.
When you execute an Automation script, the execution log displays in the Log tab of the Automation window. See Execute and Schedule Automation Scripts and Automate Tasks for more information about Automation scripts.
To troubleshoot errors encountered when executing scheduled Automation scripts, see Troubleshooting Scheduled Automation Scripts.
Tip: To switch between the grid and a text view of the log, right-click in the Log tab and select Text Output.
You can use the Output window (View | Output) to view logs and messages from different sources. See View Output Window for more information.