Viewing 9 posts - 46 through 54 (of 54 total)
Hi da-zero,
I had tried the "redirect row" and "ignore failure" approach but still my IDs didn't transform correctly. Please find my 2 result scenarios attached.
My ultimate goal is to...
April 16, 2010 at 11:43 pm
Hi Phil,
I had some problems here after applying the Lookup Transformation when I want to do partial mapping.
For example, if I have other few hundreds of PRODUCT code which I...
April 13, 2010 at 11:59 pm
Hi Phil,
I still encounter some problems with the lookup table where by it still can't transform my data from source file into my fact table. Please refer to my screenshot...
April 13, 2010 at 9:44 am
da-zero (4/13/2010)
Select "Replace 'EntityID'" in the Derived Column.
Then use the following expression:
(EntityID == "AAA") ? "BBB" : EntityID
This will replace all AAA...
April 13, 2010 at 7:30 am
Paul White NZ (4/6/2010)
yingchai (4/6/2010)
April 6, 2010 at 2:30 am
Hi Jeff,
I had sorted out the update portion. The code should look like this:
update S set
cost = C.cost
FROM factcosts2 S
CROSS
APPLY (
...
April 6, 2010 at 1:52 am
Paul White NZ (4/5/2010)
CREATE TABLE Sample1
(
product_id CHAR(7) NOT NULL,
...
April 5, 2010 at 9:13 pm
Hi Paul and Jeff,
The actual data in the period column which shows the output as Jan.09 is actually a datetime datatype which stores "1/1/2009 12:00:00 AM". But when we display...
April 5, 2010 at 8:24 pm
Paul White NZ (4/5/2010)
DECLARE @Sample
TABLE (
product_id CHAR(7) NOT NULL,
...
April 5, 2010 at 10:34 am
Viewing 9 posts - 46 through 54 (of 54 total)