I have around 20 queries that run each week (in SQL Query Analyser) and each of these queries creates a table which I currently have to manually save to my PC as a csv. Is there a way I can run the query automatically so that it automatically creates a csv file. Better still, is there a way that I can run all 20 queries with one batch job to create all 20 tables.
The csv table names remain the same.
I am new to SQL Server and know this is possible but don't know how!