Three flat files
test1.txt
test2.txt
test3.txt
located in folder c:\Folder
Column names in these folder ContactId, FirstName, MiddleName, LastName.
i want to insert data from these files in to table called "ContactParameter" which is having same columns. What
What should be the approach if you want to Combine the Foreach Loop and the Execute SQL Task?