I have many .txt files and I want to import them into SQL Server table.
The file names are something like:
hazem.20160922.txt
hazem2.20160921.txt
The table exists already so no need to create it again. This is a daily activity, so I will need to automate that. I read many articles online and I am unable to do it.