I am using the Access client solution (ACS
) software and opened up the Run SQL script
option, ran the simple SQL select query, and selected the date from one of the files.
select * from libname.filename
Now, I want the SQL Select Excel spreadsheet
downloaded in an Excel spreadsheet. When I am taking a right click on the resulting rows, I cannot see the download option. Only I can see the Save Results…
option which is disabled
. How can I enable this option? Also, whether this option downloads
results in an Excel spreadsheet
.
the
Save Results…
option isby default disabled
and you cannot download those results to an Excel spreadsheet by default because it only loads some rows at a time and you may have to pressPAGE DOWN
until you get all the data. This is a tedious task. You will see a message like100 rows retrieved (more data available)
on thebottom left corner
of theRun SQL Script
screen. You canenable
theSave Results…
option in a few steps that allow you todownload
theSQL result
in anExcel spreadsheet
using ACSRun SQL Script
.Enable
theSave Results…
option that appears on Right-click on the SQL Result area which allows you to download data to Excel spreadsheets. For this, go to theEdit
section in the top left corner click on that and that starts showing further options under theEdit
section. Now click on thePreferences
option under theEdit
section. This will open thePreferences
screen. Under theGeneral
Tab and below theNew Connections
heading check theEnable Saving of results
option checkbox and click onApply
andOK
.Preferences Saved. The settings for the current connection differ from those specified for new connections. Do you want to apply these settings on the current connection?
Click onYes
.Run SQL script
window and open it again. Run the SQL query again. That SQL query only fetched some rows of the table and more data is available to be loaded. So, please click on thelittle box in the bottom right corner
of theRun SQL Script
window to retrieve all rows.Run SQL Script
and also ran the SQL query you will now see a download option namedSave Results…
isenabled
under theRight click
menu on the results area.Save Results…
download option and download these SQL results as an Excel spreadsheet.Note: You can download results in other file formats as well such as
.txt
,.csv
,.ods
,.dsr
, andtab-delimited text format
.OK
, theExcel spreadsheet
file is downloaded/saved to the specified location, and an Inquiry message dialog box appears mentioningfile has been saved successfully Would you like to open it
. ClickYes
to open the downloaded Excel spreadsheet file from the ACS Run SQL Script utility.