项目作者: karavanjo

项目描述 :
Converting Microsoft SQL Server database to csv file
高级语言: C#
项目地址: git://github.com/karavanjo/mssql-to-csv.git
创建时间: 2017-02-25T11:04:17Z
项目社区:https://github.com/karavanjo/mssql-to-csv

开源协议:MIT License

下载


mssql-to-csv

.NET console application for converting Microsoft SQL Server database to csv file

  1. Open the solution by Visual Studio.
  2. Change App.config - replace example connection strings to your connection strings.
  3. Run the application.
  4. All tables and views for each database will be exported to directory Debug or Release in following structure:
Name Type
database_1 directory
database_2 directory
database_1.zip file
database_2.zip file

Each directory will be contained .csv files - one per each table/view from database.
Each .zip file will be contained archived directory.