I have 487 text files that I need to import into a single table in SQL. I know how to import them one at a time using Bulk Insert (much thank to Larry Shanahan). However, is there a process for having it look in a folder on the local machine and import one after another? Would this use or necessitate a stored procedure or SSIS item?
↧