### Goal: Script to read SQL queries and export data to CSV. # Running SQL Query (running a stored procedure) # I created Stored Procedures to make the coding easier in the python file, alternatively ...
I need to do an export from SQL to a CSV or tab delimited. When playing around in enterprise manager I was able to create a job that would export a query to a tab delimited file.<BR><BR>This is ok but ...