Viewing post 1 (of 1 total)
I would use simple Powershell script that does this, something like:
Invoke-SqlCommand -query '...' | ExportTo-Csv ...
Generally, for administrative functions you could add this to Task Scheduler and be done with...
May 6, 2016 at 12:38 am
#1877028