Saving results history information from the SQL Results view

After you perform an action on a database, you can save the results history to a file that can be viewed and shared outside of the workbench. This method is useful if you want to capture detailed information about a run, including the SQL statement that was run and the time and date that it was run. If there is a result set, it is also saved. You can share this file with other team members who do not have the workbench installed.
Before you save results from the SQL Results view, you must run a routine or an SQL query.

To results history information from the SQL Results view:

  1. Right-click any result in the History pane of the SQL Results view, and select Save History.
  2. Specify a name and location for the history log file, enter a file name, and click Save.
The result set is exported to the file that you specified. You can open the file from the file system using any text editor.
Related tasks
Saving and printing results from the SQL Results view
Exporting results from the SQL Results view to a file

Feedback