import - Importing Flat Files in SSIS using @FileName as the destination table -


I am trying to import a large number of flatfiles using SSIS, but I want to use foreach , So that it can get the name of the file and it can be used as the table destination name. For example:

flat file name: ExampleOfFile.txt

Performs foreac, file name and store variable @ FileName

Found in the destination table: [dbo]. [

Thanks!

post text "itemprop =" text ">

This post shows a great example To learn about doing anything in SSIS, check out other posts by Jema:


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -