Viewing 15 posts - 12,556 through 12,570 (of 13,876 total)
FSO needs a datatype in the Dim statement ...
September 9, 2009 at 10:11 am
matthew_charron (9/2/2009)
September 2, 2009 at 10:11 am
I just had a thought about this - why not set up an Excel spreadsheet (or CSV file) and redirect any missing departments to that?
Then include the spreadsheet as an...
September 2, 2009 at 6:44 am
Just follow the link provided by CozyRoc and you will see what the trash destination is and how you use it.
September 2, 2009 at 5:22 am
I deliberately avoided that question, because I don't know the answer!
The necessary 'machinery' for dataflow failure is obviously in place (FailPackage..., FailParent, ForceExecution...) and maybe you can get at these...
September 1, 2009 at 11:21 am
Maybe you could do it this way - though it does require (in the case of no missing departments) two reads of the source data:
1) Data flow task 1 retrieves...
September 1, 2009 at 10:51 am
Erik Kutzler (9/1/2009)
You could also create a table in your database that stores these text values with a numeric id and...
September 1, 2009 at 9:10 am
Great, thanks for posting back.
September 1, 2009 at 9:07 am
It sounds like you are trying to create the output file meta data (ie, the column names and data types) dynamically, is that correct?
This isn't really how SSIS works -...
September 1, 2009 at 7:10 am
I imagine that this would evoke a better response if it were posted in the BI forum, as it's not really SSIS-related.
September 1, 2009 at 5:12 am
You have a sub called Button303_Click with no obvious means by which it will ever be executed - where did this code come from, a Windows Forms VB.NET project, perhaps?
You...
September 1, 2009 at 3:22 am
Based on the sample data and code, I cannot see why it would not work for you, as you appear to be doing the right things.
Or, as you are in...
September 1, 2009 at 3:15 am
The Input0_ProcessInputRow sub is called for every row in the input data.
As long as the input data is in the required order, this allows the LastColA variable to be populated...
August 31, 2009 at 9:35 am
What is "@SSIS" supposed to represent in this expression?
August 31, 2009 at 7:44 am
Viewing 15 posts - 12,556 through 12,570 (of 13,876 total)