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

mysql - How to enter php data into a html multiple select box -

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

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -