| 1 |
New Query - Create a new script file |
| 2 |
Open Script - Open an existing script file |
| 3 |
Save Query - Save the current Query Analyzer script to a file |
| 4 |
Save Query As - Save the current Query Analyzer script as a new file |
| 5 |
Save Results - Save the query results as a file or send them to the Clipboard |
| 6 |
Print - Print a hard-copy of the selected panel |
| 7 |
Cut - Cut selected text to the Clipboard |
| 8 |
Copy - Copy selected text to the Clipboard |
| 9 |
Paste - Paste text from the Clipboard to the current cursor position |
| 10 |
Undo - Undo the last action |
| 11 |
Redo - Redo the last action |
| 12 |
Find - Find text within the currently selected panel |
| 13 |
Replace - Replace text within the currently selected panel |
| 14 |
To Lower Case - Convert the current word or selected text to lower case |
| 15 |
To Upper Case - Convert the current word or selected text to upper case |
| 16 |
Parse - Parse the script and display a list of the commands as they will be executed on the server |
| 17 |
Execute - Execute every script in the query window |
| 18 |
Execute Current - Execute the current statement, defined by the cursor position |
| 19 |
Execute Edit - Execute the current single-table SELECT statement and open results in an editable window |
| 20 |
Execute Explain - Display visual explain plan for the current statement |
| 21 |
Stop - Cancel the currently executing statement or script |
| 22 |
Auto Commit - Determines whether commit is performed automatically after each statement execution |
| 23 |
Commit - Commits any active transactions |
| 24 |
Rollback - Rollback any active transactions |
| 25 |
Reconnect - Reconnect the current connection |
| 26 |
Auto Complete - Enable/Disable auto-completion |
| 27 |
Auto On All Schemas - Auto-completion displays tables/views for all schema objects, other than just the current schema |
| 28 |
Refresh Auto Schema - Clears the current auto-completion cache |
| 29 |
Parameterized Script - The user may enable/disable the parameterized scripts. |
| 30 |
Max Results - Set the maximum number of results |
| 31 |
Database - Select the Database to be used |