Viewing 15 posts - 12,796 through 12,810 (of 13,876 total)
This is difficult to answer without seeing sample before-and-after data, but it sounds like a merge join might give you the results you need.
May 20, 2009 at 11:00 pm
Accepted 🙂
In future, you could consider building your packages entirely in code. Then you would get the review features you desire, but it adds a significant layer of complexity to...
May 20, 2009 at 9:18 pm
Not sure - try it and see what happens!
For testing purpose, I usually just do a "SELECT TOP 5 * ..." as my datasource - makes things fast.
Phil
May 20, 2009 at 8:57 pm
My question was an honest one - as you're only new here, how am I supposed to make any assessment of your experience and knowledge? If I treated everyone like...
May 20, 2009 at 8:48 pm
Good practice dictates that you should name your target fields:
insert into t_RowCount(f1, f2) ....
Other than that, looks like it should work.
May 20, 2009 at 8:04 pm
Tom Bakerman (5/20/2009)
Yes, but how do you get back to the proper position in the visual editor?...
If you mean: "How do I get back to design mode?" the answer is...
May 20, 2009 at 7:48 pm
Your BLOB field on SQL Server will come into SSIS as data type text stream [DT_TEXT] and that is what it will remain through the pipeline, before it is output...
May 20, 2009 at 7:42 pm
Nice sample code, cheers Tim.
May 19, 2009 at 9:54 pm
Tim Mitchell (5/19/2009)
May 19, 2009 at 8:38 pm
What is the significance of the first field (1, 2, 4, 2, 2)?
Is it true that the only thing linking rows 1 and 2 is the order in which they...
May 19, 2009 at 7:13 pm
Please post the error message.
May 19, 2009 at 7:01 pm
You can create a very simple data flow task that will perform the extract for you - no need to get fancy about converting anything.
But if you do need to...
May 19, 2009 at 6:57 pm
I've never tried this, but maybe you could use two Foreach containers - one executes for all (0 or 1) occurrences of Suppliers.xml and one for all (0 or 1)...
May 18, 2009 at 10:03 am
catogonzalez (5/15/2009)
May 15, 2009 at 7:30 pm
Viewing 15 posts - 12,796 through 12,810 (of 13,876 total)