Viewing 15 posts - 106 through 120 (of 669 total)
A multi cube project is the preffered choice to support different line of businesses within a job function
April 11, 2012 at 1:10 am
opc.three (4/10/2012)
April 11, 2012 at 1:08 am
What you must understand here is that this is not SSIS. Instead you could have chosen tasks such as Merge Join etc
April 9, 2012 at 4:26 am
Koen Verbeeck (4/4/2012)
Raunak Jhawar (4/2/2012)
There should really be nothing as "stage database". It should be stage tables.And if you put the staging tables in a database you have a ...?
Stumped...
April 5, 2012 at 12:25 am
Try this a no script component/task solution
Insert the data with 3 derived columns each having a default value as stated. No evry row will have the default values for 3...
April 4, 2012 at 5:39 am
Jon consider a case where Support Hours Brought is NULL, in this case the expression would evaluate to NULL - {numerical value}.
Change the true part of IIF to "0"
April 4, 2012 at 1:02 am
Hello Jon,
Can you give your complete MDX? It would be lot easier to understand. Also, how are you populating the "Total" field and why are there two numerical columns in...
April 4, 2012 at 12:03 am
Is this task been taken up by anybody. If not, I can do it.
April 3, 2012 at 11:47 pm
How do you know, it is ignoring the IIF.
Can you give some more samples?
April 3, 2012 at 11:44 pm
The values H, ZEDI and 850 should be inserted for every row, this can be achieved using a DERIVED COLUMN transformation in SSIS
April 3, 2012 at 11:33 pm
Do you permissions to run DDL and DML comnands on the table. If yes, have you considered adding a trigger?
Also, is the load incremental or full?
April 3, 2012 at 11:31 pm
There should really be nothing as "stage database". It should be stage tables.
Think of them as an area where the BI professional would perform all the cleaning, integrating and reconciliating...
April 2, 2012 at 8:27 pm
Using ETL tools a BI professional can integrate, reconciliate and clean data. 🙂
April 2, 2012 at 8:24 pm
Good to see all adding their views to make the article more clear and precise. Thank you.
March 12, 2012 at 4:35 am
Viewing 15 posts - 106 through 120 (of 669 total)