Saving or printing information from the SQL Results view

You can save or print results or history information from the SQL Results view. This feature allows you to more easily compare one run to another. You can save results from one or multiple runs to a project, or you can save the log file from the history pane for one or all runs to a file on the file system.
There are benefits to using any of these approaches, depending on your particular scenario.
Method Benefit
Save results to a data project This method is useful if you want to save results information to a data project, where it can be shared with other team members and stored for future comparison to other results. You can also quickly view the results information from within the workbench. However, saving results only does not capture information such as the time and date of the run or which SQL statement was run.
Export results information to a file This method is similar to saving results to a project, except that the result set is saved to files of different formats on the file system. This method can be useful if you want to share results information with team members who do not have the workbench installed.
Save history information to a file This method is useful if you want to capture more 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.
Print results This method is useful if you want to quickly show results information to another team member who might not have the workbench installed, or to view a hard copy of the results.

Feedback