Online Documentation for SQL Administrator for SQL Server

Using the context menu


The context menu of SQL Editor area contains execution commands, most of the standard text-processing functions (Cut, Copy, Paste, Select All) and functions for working with the query as a whole, e.g. you can move the cursor to a particular line, change the case of selected text, view the query properties or print the text of the query. Each of these operations can be also performed with the corresponding hot keys used.

 

Implementation of the Find Text / Replace Text dialogs contributes to more efficient work with the SQL code.

 

Find the complete list of SQL Editor context menu items below. The context menu allows you to:

  • execute the query/selected text/text under cursor;
  • perform editing operations: Undo/Redo, Cut, Copy, Paste, Select All;
  • toggle bookmarks allowing you to navigate through the query text and jump to a line with a particular number;
  • perform search and replace operations;
  • comment/uncomment the selected line;
  • indent/unindent code lines;
  • change case of the selected text;
  • view special characters;
  • show code completion;
  • open the Editor Options dialog;
  • open Query Tool Options dialog.

 

 

Query Editor - Context menu

 

 


See also:

Using toolbar

Working with the SQL Editor area

Executing queries

Viewing messages