To select Query window you can click on the coresponding tab, select "Query" from the View menu or
press CTRL+ALT+Q.
This window is used to enter SQL commands which subsequently will be send to be executed by SQL server.
To initiate command execution you can press Execute Query button or use keyboard shortcut ALT+E. After
receiving SQL server response, program will automaticaly switch to Results window
To copy/paste text you can select coresponding item in the Edit menu or use keyboard shortcuts.
CTRL-C ... copy
CTRL-V ... paste
CTRL-X ... cut
CTRL-A ... select all
CTRL-DEL ... clear all
You can save single query to a file using by selecting Save Single Query in the file menu.
Currentl limitation of the program is that only one command at a time can be send to SQL server.
Index