Automated query export

wec2002

Member
I am attempting to set up some automated SQL queries and was wanting to have the results automatically exported as CSV files. I attempted to build a macro for this but have yet to figure out how to enable either the right-click window or the Export Query Results button in the SQL window via a macro. Am I just missing something simple here?
 
The macro recorder only records keystrokes. Mouse events are not recorded, so if a specific process requires mouse activities, you cannot create a macro for it. Export Query Results is an example of this restriction.
 
Back
Top