An open API service indexing awesome lists of open source software.

https://github.com/hadifadl/texttosql

A C# application created to loop over flat files and insert them to seperate SQL Server Table.
https://github.com/hadifadl/texttosql

csharp sql sql-server sqlserver

Last synced: 10 months ago
JSON representation

A C# application created to loop over flat files and insert them to seperate SQL Server Table.

Awesome Lists containing this project

README

          

# TextToSQL

A C# application created to loop over multiple flat files and insert them into seperate SQL Server tables.

Related to: [Import multiple flat files in the same folder to SQL Server using flat file name as table name](https://stackoverflow.com/questions/70695001/import-multiple-flat-files-in-the-same-folder-to-sql-server-using-flat-file-name/70733594#70733594)