Look for some information on the ForEach component. In the available enumerators, there is a ForEach File enumerator that you just point at a directory. It will loop through each file and put the file name or full path into a variable. From there, you can use an ExecuteSQL task to insert once per file found.