I currently have a query set up in a Microsoft Access Database called qryExportFinal which creates a table. This query currently is manually run, then exported to excel, then saved as a tab deliminated file.
I would like to automate this process but I am not sure how to run the Access Query in SSIS. Or if there is even an option to run the qry, I was considering trying it through either through a sql statement or a script task maybe, but I am not quite sure how.
I assume after I figure out a way to run the qry I can use a data flow to automatically save the file to a tab deliminated destination.