I need to import big number of files. How can I write script/C# to supply SSIS package with file names to import?
SQL 2008
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the ForEach container and set it to a File Enumerator. You’ll need a variable to contain the path to the file and you’ll need to set an expression on your file connector to pick up the files as they’re enumerated.