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.
- Host: GitHub
- URL: https://github.com/hadifadl/texttosql
- Owner: HadiFadl
- License: mit
- Created: 2022-01-16T19:41:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T21:05:32.000Z (about 4 years ago)
- Last Synced: 2025-02-10T00:46:06.500Z (12 months ago)
- Topics: csharp, sql, sql-server, sqlserver
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)