Viewing 15 posts - 31 through 45 (of 107 total)
Thanks for all of your input, @Phil Parkin and everyone! I was able to finally get this to work by using the following for the derived columns:
PackageCode: ...
May 10, 2018 at 2:07 pm
Okay, so this is my latest attempt to try coding the SSIS expression for the original scenario of the PCMRetrievalCode column, particularly the ContainerID portion: April 24, 2018 at 8:41 am
i.e. P0607CON1324
Thanks, Phil. I'm thinking I should use 5 for as the 2nd argument of (DT_WSTR), as the container ID could potentially be this length, however, SSIS doesn't seem to be...
April 23, 2018 at 2:29 pm
If I don't use (or attempt to use) the (DT_WSTR,3), then it gives me a 'The function "FINDSTRING" does not support the data type "DT_NTEXT" for parameter number 1. The type of...
April 23, 2018 at 11:05 am
Hi Phil,
So, it turns out that the version of BIDS I'm using doesn't have the LEFT function either, but I was able to rewrite the SchemaID expression as:
April 23, 2018 at 9:37 am
Phil,
I actually use BIDS:
April 20, 2018 at 1:33 pm
April 19, 2018 at 12:13 pm
Hi Scott,
Thanks for your reply. I'm not following your code. In this portion:SELECT PCMRetrievalCode, LenOfSchemaId,
April 18, 2018 at 1:59 pm
April 18, 2018 at 10:28 am
April 18, 2018 at 10:24 am
MMartin1, this is quite possible. I suppose that'd be something to consider if this issue needs to be revisited in the future...thanks for your input :-).
April 18, 2018 at 8:01 am
Viewing 15 posts - 31 through 45 (of 107 total)