Save MS Access tables to text or CSV files. In the resulting text file, each field (column) is delimited by a comma or other character, each row is delimited by a newline. You can choose which fields to save in the table.
Save MS SQL Server tables as text or CSV files. In the resulting text file, each field (column) is separated by a comma or other specified character. Each row is separated by a new line. Specify which fields to save in the table.