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).

 

Query Editor - Messages tab

 

 

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;

 

Query Editor - Show SQL

 

 

  • 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;

 

 


See also:

Using toolbar

Working with the SQL Editor area

Executing queries