harrysuke / RAMCO_CSV_import_to_SQL_Server

Integration project for RAMCO: 1) Batch file that can generate CSV files from SQL Server table. 2) Read CSV file and import to SQL Server .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ramco CSV

  • In this project, we created a batch file that can export CSV files from the SQL Server database.
  • Also a C# project that imports CSV files to SQL Server

Task Scheduler

  • Create a task scheduler to run the Batch file and csv.exe daily to automate the program.

Notes

  • Please do not use TRUNCATE as it can remove all data in the the table.

About

Integration project for RAMCO: 1) Batch file that can generate CSV files from SQL Server table. 2) Read CSV file and import to SQL Server .


Languages

Language:C# 84.0%Language:TSQL 14.5%Language:Batchfile 1.5%