Hi,
I am in the process of finalising an Excel Job to extract some data on a daily basis for me to analyse. We do use SSRS but this is raw data and isn't for distribution its only for me to look at and play with...
What I would like to do is have my Job automatically save the query results into Excel so that I can then simply look at the Excel document each day and see updated results.
Is this possible? Or have I explained it really badly? Basically I want to automate the following: -
select *
from Mytable
Save as C:\Myresults.xlsx
Can anyone advise?
Thanks as usual guys!