Auto Import many .txt files into sql server table
问题 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. 回答1: Since you said it is an automatic process that should happen every day, you can create an SSIS (ETL) Job to do this and you can schedule the job in such a away that it will run