Viewing 15 posts - 211 through 225 (of 669 total)
Again,
It is important to understand that OLAP cubes are meant for end users(business users) who actually are the beneficiaries. Thus it is they who will decide what they want to...
January 20, 2011 at 5:07 am
My two cents:
Remember to make a good compiled document for all metadata and processes
January 20, 2011 at 4:50 am
Cube wizard will just provide a "doable" structure. Good for learning. Cannot be used for live systems/projects 🙂
January 20, 2011 at 4:49 am
OK. This is the case of MDX member missing
What version of Analysis service instance are you using
January 18, 2011 at 4:50 am
Reading!!!
Worth a shot...
January 18, 2011 at 4:22 am
The .NET library has a host of solutions for your need. Try implementing any of the algorithm within a Script Task/Component.
January 18, 2011 at 4:19 am
SELECT [Measures].[M1] on 0,
[Dimension].[DimensionName] on 1
FROM CUBE
January 18, 2011 at 4:15 am
Virender,
Before OLAP, I would recommend you brush up your skills with DW principles. This will indeed help you a lot, in the longer run.
January 18, 2011 at 4:12 am
da-zero (12/16/2010)
Your answer should definately be:
first yellow boxes. If you're lucky, green boxes. If not, red...
December 16, 2010 at 3:49 am
venus.pvr (12/13/2010)
I have a package which calls Package1 and Package2. I have implemented an event handler which fires OnError,
I have a ExecuteSQL task that logs the Error into a table.
There...
December 15, 2010 at 11:44 pm
I am not clear with your question.
Anyways ISNULL('"Column_name")?"some_value_if true":"else_value_if_false"
Hope this helps!!
December 15, 2010 at 11:39 pm
I have an alternate approach,
Implementation of a system wide Active directory for authentication of the users for report access is beneficial. I have tried this for hosting a report for...
December 15, 2010 at 11:35 pm
Using dataset you cannot restrict users to access reports. Though using your Report manager or Sharepoint you may achieve it with ease
December 15, 2010 at 5:20 am
Viewing 15 posts - 211 through 225 (of 669 total)