Any of Toad's window query results can be saved to the Windows Clipboard or to a file by the procedure below. Some dialog boxes do NOT have a Copy to Clipboard or Save to Disk function. This duplicates that functionality.
To save query results
- Turn on spooled output to disk file: Database | Spool SQL | Spool SQL To File.
- Run the desired Toad window (for example, the Schema Differences window) select each desired tab.
- From the User Files folder, open DEBUG.SQL.
- Copy each SQL into the Editor window.
- Run each SQL in the Editor window, substituting hard coded values for the bind parameter variables, or just enter them when prompted in the Variables dialog box.
- Save the grid contents to clipboard or disk file, using right-click, Export Dataset.