Online Documentation for SQL Administrator for SQL Server
Viewing messages
The Messages tab allows you to view messages appearing on a query execution.
Using this tab you can view log entries containing the following details:
- date and time of the query execution;
- text of the query;
- number of rows fetched and fetch time, or the text of the error (if any).
The context menu of the messages area allows you to:
- Go to Statement - switch to the SQL tab and set the cursor at the beginning of the SQL statement with this error;
- Select Statement - switch to the SQL tab and select the statement with this error;
- Results on Separate Tab - set whether the query results should be displayed on the separate tab or under the editor area;
- Show SQL... - open SQL statement in the separate window;
- Make a Script of Statements with Error in New Window - copy the text of the script with this error to a new query and switch to it;
- Copy Message to Clipboard;
- launch the Query Tool Options dialog.
See also:
Working with the SQL Editor area