Download URL | Author URL | Software URL
MSSQL-to-CSV is a program to convert MS SQL databases into CSV format. The program has high performance due to direct connection to source databases and writing into .csv files (it does not use ODBC or any other middleware software). Command line support allows to script, automate and schedule the conversion process. Key features:
(1) all versions of MS SQL are supported (including SQL Azure);
(2) option to convert individual tables;
(3) option to convert partial data using SELECT-queries;
(4) option to select CSV delimiter: tab, comma or semicolon;
(6) stores conversion settings into profile;
(7) command line support;
(8) easy-to-use wizard style interface
OraDump-to-Oracle is a program to import Oracle dump files to Oracle server. The program reads the dump file directly, so Orace environment is not required. Also, the program does ...
Oracle-to-CSV is a program to convert Oracle databases into CSV format. The program has easy-to-use wizard style interface and supports command line.
PostgreSQL-to-MSSQL is a program to migrate PostgreSQL databases to MS SQL server. All versions of PostgreSQL and MS SQL are supported.
MSSQL-to-PostgreSQL is a program to migrate MS SQL databases to PostgreSQL server. All versions of MS SQL and PostgreSQL are supported.
MySQL-to-CSV is a program to convert MySQL databases into CSV format. The program has easy-to-use wizard style interface and supports command line.