There is a folder on my server in which 10-10 files are there for each category. I need to create a SSIS package which can automatically load the same type of category files to their corresponding tables. For example, for product information, I have 10 different files named product_1,product_2 etc. I need to fetch the data and put it into the [product] table in the database. Similarly I have 10 other categories. I want to do all this in one SSIS package.
↧