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
Download and use it now: MSSQL-to-CSV