Viewing 15 posts - 5,986 through 6,000 (of 11,678 total)
Phil Parkin (1/15/2013)
You missed the obvious question: why use a script component to do lookups when there is already a dedicated lookup component?
To quote the OP:
to perform additional steps, where...
January 15, 2013 at 3:46 am
I think you can use the 2010 ACE OLE DB driver to read from 2007 workbooks. It's possible you'd have to change the Excel version in the connection string.
January 15, 2013 at 2:58 am
In the OLE DB Destination, you won't get Truncation Errors (those are used in the pipeline of the dataflow). If there's a truncation error, it happens in the database engine...
January 15, 2013 at 2:21 am
You can use SQLCommand or other relevant classes.
January 15, 2013 at 2:16 am
dwain.c (1/15/2013)
You must have all 3 running in the same mode. The driver won't allow you to install 32 bit in a 64 bit environment.
You can install a 32-bit...
January 15, 2013 at 2:07 am
Great question Wayne, thanks. Definately learned something.
January 15, 2013 at 12:35 am
Great question about a new 2012 feature. Thanks Ron!
(and thanks for including me ;-))
January 14, 2013 at 1:28 am
Thanks for the question and thanks to Hugo for his elaborate explanation 🙂
January 14, 2013 at 1:23 am
10e5x (1/9/2013)
Koen Verbeeck (1/9/2013)
Where is the package stored?
Its stored in numerous folder due to requirement. May i know which should package should i identify? the one inside the project folder,...
January 9, 2013 at 12:14 am
My guess is that the source is quite slow, hence it can take some time for a buffer to fill. When you make the buffer smaller, it is passed on...
January 9, 2013 at 12:10 am
Where is the package stored?
January 9, 2013 at 12:02 am
Not sure what this question tries to teach us.
I spend 5 minutes looking for a mistake, only to finally decide there wasn't one, all joins seemed legit. I got it...
January 8, 2013 at 11:57 pm
You can reverse the string, look for the position of the second underscore and take the substring starting from that position till the end. Reverse the substring back and you...
January 8, 2013 at 12:36 am
Viewing 15 posts - 5,986 through 6,000 (of 11,678 total)