|
|
|
SQL History - Aqua Data Studio includes an SQL History feature which provides a history
of all SQL statements and scripts that have been executed. The SQL History dialog can be activated by clicking on the
SQL History toolbar button. The history window does not need to be closed to continue working on your queries, and may
run side-by-side with the main window.
The SQL History window provides a list of previously executed statements and the ability to select any statement into
the current Query Window. The 'Max History' sets the maximum number of sql commands stored in the history. The
'Max Statments Per Entry' sets the maximum number of statments stored in a history entry. If the
'Max Statements Per Entry' is set to 5 and a script of 100 statements are executed only the first five would be stored
with that entry.
The 'Date' column show the time the query was executed. The 'Server Type' indicates on what type of database server
the query was executed on. The '# Stmts' shows how many statements are stored in that entry.
|
|