Viewing 15 posts - 1 through 15 (of 23 total)
jjr.123 (7/11/2013)
I have a master package which calls the child packages from a folder dynamically, when i tried this with execute package task inside a for each loop container...
November 10, 2013 at 5:38 am
Some pointers:
1) Create one extra output in your Script Component. And change the ExclusionGroup property for both to a non-zero value (same value for both).
2) The SynchronousInputID property of the...
November 30, 2012 at 2:20 pm
here is a Custom Foreach Folder Enumerator:
http://microsoft-ssis.blogspot.com/2012/02/custom-ssis-component-foreach-folder.html
January 31, 2012 at 10:38 pm
Here is a Foreach FTP File Enumerator 2008 & 2012
http://microsoft-ssis.blogspot.com/2012/01/custom-ssis-component-foreach-ftp-file.html
2012 version:
January 19, 2012 at 2:02 pm
here is an other example:
http://microsoft-ssis.blogspot.com/2011/03/get-file-properties-with-ssis.html
October 4, 2011 at 2:56 pm
Jayanth_Kurup (8/7/2011)
August 7, 2011 at 4:53 am
Here is an example of creating a Foreach Loop FTP file enumerator:
http://microsoft-ssis.blogspot.com/2011/08/foreach-ftp-file-enumerator.html
August 6, 2011 at 4:18 pm
Here are some alternatives
http://microsoft-ssis.blogspot.com/2011/04/isnumeric-or-isnumber-expression-is.html
July 27, 2011 at 11:59 am
teekay-101299 (2/29/2008)
The Script component does not support the use of breakpoints. Therefore, you cannot step through your code and examine values as the package runs. You can monitor...
April 5, 2011 at 2:08 pm
This can be solved by using collations:
http://microsoft-ssis.blogspot.com/2011/03/sorting-in-sql-vs-sorting-in-ssis.html
March 24, 2011 at 3:43 pm
Why don't you use a Script Task to unzip or to zip your files in SSIS. That way you don't need a zip tool and you don't get unexpected situations...
March 11, 2011 at 1:58 am
Here is a more detailed Script that also shows the datatype.
January 26, 2011 at 1:39 am
Phil Parkin (1/24/2011)
But if the file structures are different, neither of your methods will work.
If the files have different stuctures, the foreach loop won't work. Unless there is some way...
January 24, 2011 at 1:19 pm
1) Run a query to get your folders from that table with an Execture SQL Task (resultset=Full result set) and store the result in a variable.
2) Use a Foreach Loop...
January 24, 2011 at 12:21 am
maan_mustafa (12/6/2007)
I have a question , this is my first question here, I have SSIS package loop through folder and import the CSV files to DATABASE , my question...
January 8, 2011 at 4:17 am
Viewing 15 posts - 1 through 15 (of 23 total)