You need text exports from ODBC
Export table data through an ODBC data source into CSV, tab-delimited, or fixed-width files.
Table2Text is freeware for technical users who need a small command-line tool to export database tables through ODBC into text files. It is useful for scripts, support checks, simple data hand-offs, and repeatable table extracts where a full ETL project would be more than the job needs.
Export table data through an ODBC data source into CSV, tab-delimited, or fixed-width files.
Run exports from batch files, scheduled scripts, support routines, or manual command prompts.
Use it for personal or business work when the requirement is a focused table-to-text export.
Connect through an ODBC data source and export records from a selected table.
Create comma-separated text files for checks, transfers, imports, and simple reporting.
Export rows into tab-separated files when downstream tools expect tab-delimited input.
Create fixed-width text output for older systems and structured text exchange.
Export thousands of records per second for simple table extracts.
Use command-line parameters so repeat exports can be kept in scripts.
Pass the ODBC data source, credentials, table name, and output file path as command-line parameters.
table2text.exe DSN=odbcdsn;USER=username;PASSWORD=password;TABLE=table_name;FILE=c:\exports\table.csv Table2Text is built for table-to-text export through ODBC. The exact databases available depend on the ODBC drivers installed on the machine running the utility.
Download the freeware utility directly. No registration is required.